Decentralized autonomous organization with delegation mechanism.
Documentation of the project contains in doc folder (generated by dodoc)
$ npm use$ npm installCreate your tests in test folder. To set typed test, describe types in test.config.d.ts. Then, use it with Mocha.Context (this)
Run tests with command:
$ npx hardhat test TEST_PATHRun tests and calculate gasPrice with command:
$ REPORT_GAS=true npx hardhat testRun deploy in hardhat network
$ npx hardhat deployRun deploy in ropsten network
$ npm run deploy:ropsten Run deploy in ropsten network for new contract
$ npm run deploy:ropsten:newRun verify in ropsten network
$ npm run verify:ropsten