Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/amazingandyyy/myethplayground
- Owner: amazingandyyy
- Created: 2017-08-01T06:29:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T06:19:11.000Z (over 7 years ago)
- Last Synced: 2024-10-12T18:52:38.239Z (about 1 month ago)
- Topics: blockchain, ethereum, ethereum-contract, rpc, smart-contracts, solidity, testrpc, truffle-framework, truffle-testing
- Language: JavaScript
- Homepage: https://amazingandyyy.github.io/myEthPlayground
- Size: 21.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.