Build your first decentralized application with truffle on Energy-Web's testnet Tobalaba.
Follow the full tutorial here: URL
This tutorial is based on truffles pet-shop example: http://truffleframework.com/tutorials/pet-shop
Follow the steps below to download, install, and run this project.
Install these prerequisites (see detailed description in the tutorial):
- NPM: https://nodejs.org
- Truffle: https://github.com/trufflesuite/truffle
- Energy-Web Client: https://github.com/energywebfoundation/energyweb-client
- Parity UI: https://github.com/Parity-JS/shell/releases
- Parity Chrome Extension: https://github.com/paritytech/parity-extension
$ git clone https://github.com/JonathanWfels/ewf-dapptutorial
$ cd ewf-dapptutorial
$ npm install
Start the EnergyWeb-Client, create an account and get some tokens. A more detailed description in the tutorial
$ truffle migrate
$ npm run dev
Visit this URL in Chrome: http://localhost:3000