Skip to content

ngoctrantl/eth-contracts

 
 

Repository files navigation

Dev:

  • $ git clone https://github.com/DOSNetwork/eth-contracts
  • $ npm install
  • $ npm -g install truffle
  • $ npm install -g ganache-cli or installing its graphic interface
  • Required truffle/solcjs version: >= 0.5

Compile:

  • $ truffle compile

Deploy:

  • $ truffle migrate --reset

Test:

  • $ truffle test

Packages

No packages published

Languages

  • Solidity 94.1%
  • JavaScript 5.9%