Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

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