BIOTS 2018 hackathon project
- mithril
- web3
- truffle
truffle compile
compile contract- start Ganache
truffle migrate
migrate contract to blockchain- adapt contract address in
frontend/index.js
npm start
: Starts the webpack dev server- open browser at
localhost:9000
- login to
MetaMask with
Restore from key phrasecopied from Ganache under
accounts > MNEMONIC` - import diffrent account to
MetaMask
viaImport Account
with copied private key from Ganache