Official repository for the Venus protocol application.
Create a .env
file in the root of the project using the .env.template
file as a template. You
will need to set environment variables for RPC provider and subgraph URLs, as the ones set by
default in the codebase are only valid for hosted environments.
yarn
yarn start
Run tests
yarn test
Check Typescript code
yarn tsc
Lint code
yarn lint
Format code
yarn format
Generate production build
yarn build
Start application with production build
yarn serve