An open source UI for Derive 🤠
The UI is deployed on IPFS and accessible at derive.fi
$ npm install
Create a .env.local
file with a valid REACT_APP_NETWORK_URL
(e.g. local BSC node or Infura alternative):
REACT_APP_NETWORK_URL="http://localhost:8545"
$ npm run start