Skip to content

wemixarchive/governance-contract

This branch is 82 commits ahead of nxtmeta/governance-contract:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 18, 2019
Dec 5, 2024
Feb 18, 2019
Jul 6, 2021
Oct 5, 2023
Oct 5, 2023
Jan 15, 2019
Jan 18, 2019
May 26, 2022
Jan 15, 2019
Jan 18, 2019
Jul 17, 2022
Dec 13, 2023
Jan 18, 2019
May 23, 2023
May 23, 2023
Jun 10, 2022
Mar 22, 2019

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 60.4%
  • Solidity 36.4%
  • Shell 2.6%
  • Other 0.6%