Smart contracts belonging to the (upcoming) Derive Finance DAO.
At the time of writing, this repository contains the DRV token contract code and its dependencies.
The DRV token is live on BSC mainnet, see it on bscscan.com.
To install dependencies: npm install
npm run build
Create an environment variable with the private key of your choice, e.g.:
export PRIVATE_KEY_TESTNET=0x0000000000000000000000000000000000000000000000000000000000000000
To deploy on BSC testnet: npm run deploy-testnet
See package.json and truffle-config.js for more environments.