The smart contract in this repository are used to escrow the Derive DAO Token (DRV).
This contract is used to escrow DRV destined to private investors and public token sale.
This contract is used to escrow DRV obtained from the inflationary supply.
To install dependencies: npm install
npm run build
Create an environment variable with your desider private key, 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.