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.git
cd ticketsales-tutorial
npm 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.sh
truffle migrate
ortruffle migrate --reset
for redeploynpm run dev
This project is licensed under MIT license - see the LICENSE file for details.