This project is built using truffle.
requires Node.js v10+ to run, ensure nodejs is installed
node -v
Install truffle using npm
npm install -g truffle
Download Ganache and setup your local blockchain. Make sure your Metamask extension is connected to your local Ganache blockchain.
Deploy the smart contract to the blockchain
truffle migrate
Run your node server
npm run dev
The app should be running now!
MIT