Skip to content

sadoci/governance-contract

 
 

Repository files navigation

governance-contract

Governance contract

Preequiste

  1. Docker

    Install at https://docs.docker.com/install

  2. Install solc 0.4.24

    $ docker pull ethereum/solc:0.4.24
    $ cp dockers/solc /usr/local/bin/solc

Install

  1. Libraries
$ npm install
  1. Analyzer
$ npm run install_analyzer

Run

Compile

$ npm run compile

Test

$ npm run test

Coverage

$ npm run coverage

Flatten

$ npm run flatten

About

Governance contract

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 68.2%
  • Solidity 27.6%
  • Shell 3.5%
  • Other 0.7%