Official monorepo for the Venus protocol frontend apps.
Yarn version is pinned via Corepack. Enable it once on your machine:
corepack enable
Then install:
yarn
yarn start --filter=@venusprotocol/evm
yarn start --filter=@venusprotocol/landing
Run tests
yarn test
Check Typescript code
yarn tsc
Lint code
yarn lint
Format code
yarn format
Generate production builds
yarn build
Launch the interactive AI client:
yarn aiUse /login to connect an LLM provider and Ctrl+L to select a model. The client automatically
loads the skills defined in skills/; run one with /skill:<skill-name>. Use Ctrl+O to collapse
or expand tool output.
For example:
/skill:sync-translations
Runs translation extraction, fills entries marked TRANSLATION NEEDED from the English source, and
updates other locales when English copy changed on the current branch.
