HKUST MSBD6000D Blockchain project. A lottery game in Ethereum Smart Contract & Dapp implementation.
- start ganache in
localhost:7545
- run command
truffle compile
in root dir. - run command
npm install
in/Dapp
. (for dapp) - run command
npm install
in/app
. (for performance test scripts) - run command
bower install
in/Dapp
. - run command
npm run dev
in/Dapp
. - open brower
http://localhost:8080