/dapp-workshop

Primary LanguageTypeScriptMIT LicenseMIT

Dexon DApp Workshop

Simple Election DApp

Install

npm install

Compile

npm run compile

Testing (By using Ganache)

npm run test

Deploy contract (on DEXON testnet)

  1. Copy secret.js.sample to secret.js.
  2. Set the mnemonic in secret.js.
  3. npm run deploy