mirror of
https://github.com/NicoSerranoP/voteathon.git
synced 2026-04-15 03:00:23 -04:00
59 lines
1.6 KiB
Markdown
59 lines
1.6 KiB
Markdown
# voteathon
|
||
|
||
## Built for hackers by the hackers.
|
||
|
||

|
||
A private voting app to decide your favorite hackathon project
|
||
|
||
Want to express your opinion without breaking your introvert bubble? We've got you covered with voteathon, your trusty sidekick in the bustling hackathon arena.
|
||
|
||
voteathon is the app that transforms the voting process into a super cool, ultra-private, and engaging experience! Say goodbye to the old-fashioned way of voting and embrace the future with this application.
|
||
|
||
Our secret sauce? The cutting-edge UniRep protocol! No, it's not a spell from a fantasy novel, but it's just as magical. It ensures complete anonymity while maintaining the highest level of security. Your vote counts, but your identity remains hidden – giving you the freedom to cast your vote in total privacy.
|
||
|
||
|
||
### If you are seasonal hacker who go one hackathon to the other, this is great for you! Because you could earn reputations along all the hackathon you have won!
|
||
----------------------------
|
||
Build your own and get started.
|
||
|
||
# Start the app locally
|
||
|
||
### 1 Build the files
|
||
|
||
```shell
|
||
yarn build
|
||
```
|
||
|
||
### 2 Start a node
|
||
|
||
```shell
|
||
yarn contracts hardhat node
|
||
```
|
||
|
||
### 3 Deploy smart contracts
|
||
|
||
in new terminal window, from root:
|
||
|
||
```shell
|
||
yarn contracts deploy
|
||
```
|
||
|
||
### 4 Start a relayer (backend)
|
||
|
||
```shell
|
||
yarn relay start
|
||
```
|
||
|
||
### 5 Start a frontend
|
||
|
||
in new terminal window, from root:
|
||
|
||
```shell
|
||
yarn frontend start
|
||
```
|
||
|
||
|
||
|
||
## User flow in a nutshell
|
||

|