This App provide a basic UI interface to Bountiesnetwork subgraph. It will display TOP10 (Currently according to bounties number they contributed) Contributors (Who pride bounty fund), TOP10 Issuers(who issue bounty in Bounties Network constract, of course most of them are contributors), TOP10 fulfillers (Bounty hunters). Also you can search basic information of a bounty by bounty number. And This app privide overview of last 50 bounties also.
- Write the the GraphQL endpoint of Bountiesnetwork subgraph to
.env
file of this directory:echo "REACT_APP_GRAPHQL_ENDPOINT=https://api.thegraph.com/subgraphs/name/zyfrank/bountiesnetwork" > .env
- Then, start this app:
yarn install yarn start
- Navigate to localhost:3000