Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 648 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 648 Bytes

ImmuneBallotWeb

Ethereum Blockchain Based Voting application which provides a decentralised architecture to run and support a voting scheme that is open, fair and independently verifiable.

Tech Stack
  • Language :HTML , CSS, Javascript, Solidity.
  • Back end : Truffle, Ganche, NodeJs.
  • Plugins: MetaMask.

Installation

Step 1: Clone Project

$ git clone https://github.com/coderjojo/ImmuneBallotWeb.git

Step 2: Install Dependencies

$ npm install

Step 3: Start Ganche and Connect it with MetaMask.
Step 4: Compile, Migrate and Run the application.

$ truffle migrate --reset

$ npm run dev