/pet-shop

Ethereum Smart Contract Playground

Primary LanguageJavaScript

Requirements

$ 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

$ testrpc

If you havent done so yet

$ npm install
$ truffle compile
$ npm run dev