akaxk / eth-contracts

On-chain system contracts and examples

Home Page:https://dosnetwork.github.io/docs/#/contents/blockchains/ethereum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://dosnetwork.github.io/docs/#/contents/blockchains/ethereum

License:MIT License


Languages

Language:Solidity 87.1%Language:JavaScript 12.9%