Skip to content

wemixarchive/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

Packages

No packages published

Languages

  • JavaScript 62.6%
  • Solidity 34.1%
  • Shell 2.7%
  • Other 0.6%