Skip to content

derivefinance/derive-escrow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

derive-escrow

The smart contract in this repository are used to escrow the Derive DAO Token (DRV).

DeriveEscrow.sol

This contract is used to escrow DRV destined to private investors and public token sale.

RewardEscrow.sol

This contract is used to escrow DRV obtained from the inflationary supply.

Instructions

To install dependencies: npm install

Building contracts

npm run build

Deploying contracts

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published