Skip to content

🦕 Dapp to vote on the names of the newest dinosaurs

License

Notifications You must be signed in to change notification settings

liubryann/dino-democracy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dino Democracy

dApp to vote on the name of the newest dinosaurs

About this Project

This toy project was made to explore and learn technologies for making decentralized applications.

Features

Submitting a New Dino Name

submitting a new dino name

Voting on a Dino Name

vote on a dinosaur name

Displaying the Winner

show winning dino

Technology Used

Getting Started

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 i

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.

About

🦕 Dapp to vote on the names of the newest dinosaurs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.1%
  • Solidity 14.6%
  • SCSS 10.7%
  • HTML 6.7%
  • CSS 2.9%