Playground for mytimemachine contract
- ejs Embedded JavaScript templates
- env2 Simple environment variable loader for Node.js
- Express Minimalist web framework for Node.js
- web3 Ethereum JavaScript API
Start Ganache GUI
truffle.cmd migrate --reset
Remember Example Contract address
Configure .env file Rename .env.example to .env Set example Contract address
Start webapp
npm start
Open Browser
http://localhost:3000/
Open MetaMask with Mnemonic from Ganache
Nonce error in MetaMask during sending. -> Reset Account in MetaMask Settings.