Skip to content

A demo voting app, that can be used to vote on different topics, that were created by the users.

Notifications You must be signed in to change notification settings

ottpeter/VotingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To install node_modules folders in both contract and frontend: npm run install
To compile smart contract and copy artifacts to src folder: npm run build

Create a .env file inside contract folder:

INFURA_API_KEY=your_infura_api_key
SEPOLIA_PRIVATE_KEY=your_sepolia_private_key
DEVNET_PRIVATE_KEY=your_localhost_private_key_if_deploying_to_localhost

About

A demo voting app, that can be used to vote on different topics, that were created by the users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published