Skip to content

moribus-single/dao

Repository files navigation

DAO

Decentralized autonomous organization with delegation mechanism.
Documentation of the project contains in doc folder (generated by dodoc)

Installation

$ npm use
$ npm install

Development

Running tests

Create 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_PATH

Run tests and calculate gasPrice with command:

$ REPORT_GAS=true npx hardhat test

Deploy

Run deploy in hardhat network

$ npx hardhat deploy

Run deploy in ropsten network

$ npm run deploy:ropsten 

Run deploy in ropsten network for new contract

$ npm run deploy:ropsten:new

Verification contract

Run verify in ropsten network

$ npm run verify:ropsten

About

Basic implementation of the decentralized autonomous organization with delegation mechanism

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors