English | 中文
An open-source, permissionless interface for the Morpho protocol designed to be fully permissionless and enable direct, unrestricted interaction with smart contracts.
The interface is available in English and Chinese (Simplified). Use the language button in the top navigation bar to switch; the choice is stored in the browser and reused on the next visit.
Only interface text is translated. Data coming from the API and smart contracts (token symbols, vault and curator names, addresses, amounts, rates) is shown as-is.
- Website: pi.cp0x.com
- Interface: morpho.cp0x.com
- Twitter: @cp0xdotcom
- Telegram: @cp0xdotcom
- Docs: docs.morpho.org
For steps on local deployment, development, and code contribution, please see CONTRIBUTING.
All interface strings live in src/i18n/locales/:
en.json— Englishzh.json— Chinese (Simplified)
Both files use a nested JSON structure that is flattened into some.nested.key message ids at runtime. When you change a string, update both files and keep the keys and placeholders (for example {symbol}, {network}) identical.
To add another language, add an entry to SUPPORTED_LOCALES in src/i18n/index.ts, extend the I18n type in src/types/config.ts, and drop a matching file into src/i18n/locales/.