An example dapp for Intro to Ethereum workshop.
- Ethereum CLI
- nodejs (tested with version 8.9.1)
- node version manager:
npm install -g n - Install node:
n 8.9.1 npm install -g [email protected]npm install -g [email protected]git clone https://github.com/DecentLabs/ticketsales-tutorial.gitcd ticketsales-tutorialnpm install
-
Ethereum CLI - including development tools
-
in Git bash:
-
nvm install 8.9.1 -
nvm use 8.9.1 -
npm install -g [email protected] -
npm install -g [email protected] -
npm install
./runtestrpc.shtruffle migrateortruffle migrate --resetfor redeploynpm run dev
This project is licensed under MIT license - see the LICENSE file for details.
