Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amazingandyyy/myethplayground

Share many contracts and test files for the community, hope it helps you.
https://github.com/amazingandyyy/myethplayground

blockchain ethereum ethereum-contract rpc smart-contracts solidity testrpc truffle-framework truffle-testing

Last synced: 24 days ago
JSON representation

Share many contracts and test files for the community, hope it helps you.

Awesome Lists containing this project

README

        

# 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.