dApp to vote on the name of the newest dinosaurs
This toy project was made to explore and learn technologies for making decentralized applications.
- Install truffle with
npm install truffle -g
- Install Ganache
- Set up a new workspace and point it to truffle-config.js in the root directory.
- In the root directoy run
truffle compile
truffle migrate
- cd into the client directory and run
npm start
- Install MetaMask
- Head to localhost:3000 and the MetaMask overlay should pop up.
- Click import using Secret Recovery Phrase and paste in the code from Ganache.
- Checkout the Truffle tutorial for additional details on setting up.