Skip to content

hendmzh/blockchain_vote

Repository files navigation

Blockchain-Based Voting Application

Simple Full-stack dApp using Truffle

Installation

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!

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published