Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 364 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 364 Bytes

Cryptomons

Requirements

  1. nodejs
  2. npm install -g yarn truffle
  3. Either npm install -g ganache-cli or Ganache

Building & running

Smart Contract

Run the following in this directory:

  1. truffle build
  2. truffle migrate

Web Interface

Run the following in app/:

  1. yarn
  2. yarn start