ZHAW CAS Big Data Analytics, Blockchain and Distributed Ledger topic: lottery ticket as ethereum smart contract
- asciidoctor-pdf
- ganache
- truffle
- nodejs
- MetaMask
- Compile Smart Contract >>
./cli.sh --build
- Run Smart Contract >>
./cli.sh --run
- Create Term Paper >>
./cli.sh --documentation
ganache-cli -p 7545 -d
cd smart-contract
truffle compile
truffle migrate --reset
cd ../web/
npm start
This Proof of Concept application is NOT for production use.
This software is provided as source code under an MIT license (see LICENSE)