Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 330 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 330 Bytes

Lottery Dapp written in VueJS and Solidity

Prerequisites

  • truffle
  • Metamask extension

Usage

  • modify truffle.js to point to the local testrpc network
  • run truffle develop - starting the local testrpc network
  • yarn dev to start the local development server

Test

# test smart contract
truffle test