Skip to content

Commit 3b5cb08

Browse files
authoredAug 15, 2021
Merge pull request #15 from ibitolamayowa/main
Update README.md
2 parents 8d3ea66 + 225283e commit 3b5cb08

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a Voting dApp built with [Next.js](https://nextjs.org/) for the encode h
66
Maintaining high-standard privacy and preventing vote tampering can be tough when developing voting apps, but incorporating Blockchain technology into an app can help you overcome these challenges.
77
Voting D-APP is a Blockchain Voting Application that provides data integrity, data security, reduced fraud, and improved accountability when it comes to voting. This eliminates a single point of failure and protects personal information.
88

9-
9+
You would need a metamask account to login successfully. Here is the link to the offical [documentation](https://docs.matic.network/docs/develop/metamask/hello/) to know how to set it up.
1010

1111

1212
## Run Locally
@@ -29,6 +29,12 @@ Install dependencies
2929
yarn install
3030
```
3131

32+
Compile the smart contract:
33+
34+
```bash
35+
npx hardhat compile
36+
```
37+
3238
Start the development server
3339

3440
```bash

0 commit comments

Comments
 (0)