Skip to content

Latest commit

 

History

History

contracts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@robinhoodcoop/contracts

The smart contracts that power the RobinHoodCoop DAO and its ERC20.

Development

» install and link dependencies
lerna bootstrap
» lint contracts
npm run lint
» compile contracts
npm run compile
» test contracts
npm run test
» test contracts with gas report
npm run test:gas
» test contracts with coverage report
npm run test:coverage