Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diop/pet-shop
Ethereum Smart Contract Playground
https://github.com/diop/pet-shop
blockchain ethereum smart-contracts solidity
Last synced: 13 days ago
JSON representation
Ethereum Smart Contract Playground
- Host: GitHub
- URL: https://github.com/diop/pet-shop
- Owner: diop
- Created: 2017-07-21T00:14:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-21T00:23:48.000Z (over 7 years ago)
- Last Synced: 2024-11-24T15:12:51.670Z (2 months ago)
- Topics: blockchain, ethereum, smart-contracts, solidity
- Language: JavaScript
- Size: 453 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirements
```shell
$ npm install -g ethereumjs-testrpc
$ npm install -g truffle```
## Project Brief
In this tutorial we will be covering:
+ Setting up The Development Environment
+ Creating a Truffle project
+ Writing and Testing a Smart Contract
+ Creating a UI to Interact with our Smart Contract
+ Deploying to the Ropsten TestNetHave an instance of the TESTRPC running
```shell
$ testrpc```
If you havent done so yet
```shell
$ npm install
$ truffle compile
$ npm run dev```