Skip to content

DecentLabs/ticketsales-tutorial

Repository files navigation

Ticket Sales Ethereum Tutorial

An example dapp for Intro to Ethereum workshop.

by DECENT

Install

on * nix

  1. Ethereum CLI
  2. nodejs (tested with version 8.9.1)
  3. node version manager: npm install -g n
  4. Install node: n 8.9.1
  5. npm install -g ethereumjs-testrpc@4.1.3
  6. npm install -g truffle@4.0.1
  7. git clone https://github.com/DecentLabs/ticketsales-tutorial.git
  8. cd ticketsales-tutorial
  9. npm install

on win

  1. Git Bash

  2. Ethereum CLI - including development tools

  3. Node Version Manager(NVM)

    in Git bash:

  4. nvm install 8.9.1

  5. nvm use 8.9.1

  6. npm install -g ethereumjs-testrpc@4.1.3

  7. npm install -g truffle@4.0.1

  8. npm install

Run

  1. ./runtestrpc.sh
  2. truffle migrate or truffle migrate --reset for redeploy
  3. npm run dev

Authors

Licence

This project is licensed under MIT license - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published