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.
- Clone the repo:
git clone https://github.com/bianc8/BountyArena
- Install the dependencies:
yarn
- Create the
.env
file:
cp .env.example .env
- 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=
- Launch the website:
yarn dev
- Open your browser and go to
http://localhost:3000