This is a lite version of Perpetual Protocol UI with essential features. Note that you need to manually switch to xDai network to trade.
- 👉🏻 Official Site
- 👉🏻 Official Lite Site
- 👉🏻 Official Staking Site
- 👉🏻 Discord
- set up
.env.localfile (See the Environment Variables Section) - run
yarn - run
yarn generate-type - run
yarn start
check .env.local.example.
REACT_APP_STAGE= /* "production" or "staging" */
REACT_APP_MAINNET_RPC_URL= /* mainnet rpc url */
REACT_APP_RINKEBY_RPC_URL= /* rinkeby rpc url */
REACT_APP_XDAI_RPC_URL= /* xDai rpc url */REACT_APP_BUGSNAG_API_KEY= /* bugsnag api key */
REACT_APP_SEGMENT_API_KEY= /* segment api key */- run
yarn - run
yarn generate-type - run
yarn build - run
yarn deploy-ipfs- Note: Using
ipfs-deploy@v8.0.1because newer version needs node v14
- Note: Using
