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

About

On-chain system contracts and examples

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Solidity 94.1%
  • JavaScript 5.9%