English | 简体中文
An open-source, permissionless interface for the SKY protocol designed to be fully permissionless and enable direct, unrestricted interaction with smart contracts.
The interface is available in English and Simplified Chinese (中文). Use the language switcher in the header to change the language — your choice is stored in the browser and persists across reloads.
- Website: pi.cp0x.com
- Interface: sky.cp0x.com
- Twitter: @cp0xdotcom
- Telegram: @cp0xdotcom
- Docs: developers.sky.money
For steps on local deployment, development, and code contribution, please see CONTRIBUTING.
Translations live in src/utils/locales/:
en.json— Englishzh.json— Simplified Chinese
Both files must contain the same set of keys. Copy is rendered through react-intl (<FormattedMessage /> in JSX, useIntl() in code), so add a key for any new string instead of hardcoding text in components.
Only static UI copy is translated. Data coming from the API or from smart contracts (balances, addresses, token symbols, transaction hashes) is left untouched.