We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d2333 commit 57118f4Copy full SHA for 57118f4
README.md
@@ -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