Skip to content

Commit 57118f4

Browse files
authored
support Doc
1 parent 80d2333 commit 57118f4

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# ImmuneBallotWeb
2+
Ethereum Blockchain Based Voting application which provides a decentralised architecture to run
3+
and support a voting scheme that is open, fair and independently verifiable.
4+
5+
###### **Tech Stack**
6+
- Language :HTML , CSS, Javascript, Solidity.
7+
- Back end : Truffle, Ganche, NodeJs.
8+
- Plugins: MetaMask.
9+
10+
### Installation
11+
12+
##### Step 1: Clone Project
13+
`$ git clone https://github.com/coderjojo/ImmuneBallotWeb.git`
14+
15+
##### Step 2: Install Dependencies
16+
`$ npm install`
17+
18+
##### Step 3: Start Ganche and Connect it with MetaMask.
19+
20+
##### Step 4: Compile, Migrate and Run the application.
21+
`$ truffle migrate --reset`
22+
23+
`$ npm run dev`
24+
25+
26+
27+

0 commit comments

Comments
 (0)