/election-via-blockchain

A React web application which uses the Ethereum blockchain to process smart contract transactions

Primary LanguageJavaScript

election-via-blockchain

An Ethereum blockchain React web application which processes smart contracts using MetaMask, Ganache and the Truffle Framework.

To begin:

git clone git@github.com:krynv/election-via-blockchain.git
npm i
npm i -g webpack webpack-cli truffle

Ensure you have Ganache installed and running along with the MetaMask extension for your browser of choice.

Make sure MetaMask is configured to your local Ganache blockchain. Usually set to:

http://localhost:7545

You may need to reinstall the MetaMask extension if you receive errors loading the application for the first time.

Start app:

npm start

View at:

http://localhost:8080/