/eth-contracts

On-chain system contracts and examples of using DOSOnChainSDK

Primary LanguageSolidityMIT LicenseMIT

Dev:

  • $ git clone https://github.com/DOSNetwork/eth-contracts
  • $ npm install
  • $ npm -g install truffle@4.1.14
  • $ npm install -g ganache-cli or installing its graphic interface

Compile:

  • $ truffle compile

Deploy:

  • $ truffle migrate --reset

Test:

  • $ truffle test