Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 363 Bytes

File metadata and controls

22 lines (17 loc) · 363 Bytes

Ethereum contracts

How to install?

 $ yarn install
 $ yarn run truffle test # Run test cases

How to deploy?

Deploy on Ropsten network:

 $ yarn run truffle deploy --network ropsten

Development environment

 $ yarn run test # To start Test RPC Ethereum client
 $ yarn run truffle compile
 $ yarn run truffle deploy