Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.17 KB

README.md

File metadata and controls

39 lines (33 loc) · 1.17 KB

BountyArena <> ETHRome

We are Web3 fanatics and developers, so why do we keep using a centralized platform to submit our project?

BountyArena is a platform to manage bounties (but everything similar like grants, requests for help or others can work). An entity (user or company) can publish a bounty and devs can apply and try to win the prize.

The bounty owner or the judges will launch a Snapshot proposal where the selected people (so in this case the judges) have to elect the best submission.

Youtube Demo

BountyArena Video Demo

Want to try it on your own?

  1. Clone the repo:
git clone https://github.com/bianc8/BountyArena
  1. Install the dependencies:
yarn
  1. Create the .env file:
cp .env.example .env
  1. Fill the following .env vars:
NEXT_PUBLIC_WALLECT_CONNECT_PROJECT_ID=
NEXT_PUBLIC_PLATFORM_ID=26
NEXT_PUBLIC_INFURA_ID=
NEXT_PUBLIC_INFURA_SECRET=
NEXT_PUBLIC_GOERLI_RPC_URL=
  1. Launch the website:
yarn dev
  1. Open your browser and go to http://localhost:3000

Video Demo