Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 TestNet

Have an instance of the TESTRPC running

```shell
$ testrpc

```

If you havent done so yet

```shell
$ npm install
$ truffle compile
$ npm run dev

```