Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 371 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 371 Bytes

myEthPlayground

feel free to hangaround and check any contracts and test file.

clone down and prepare

$ npm install -g ethereumjs-testrpc truffle

Start to use it

one tab in terminal

$ testrpc

new tab in terminal, in the folder->

$ truffle deploy
$ truffle test

cheers open any issue if you have any question. I am willing to help.