The visualization of the data in the dashboard are based on two Legos:
- Slaysybil from 0x9simon/slaysybil
- Gitcoin Passport
There are two pages in this dashboard application:
- Home page
- The round operator can see the high level view of the all the round or can filter by specific round
- Address page
- Metrics, Sybil risk, Passport score and grant associated with the address can be view from here.
The data folder contains the data from Ocean Procotol that already being cut because of the size is too big.
The most data for the dashboard is currenly mocked to show the full presentation on how anti-Sybil dashboard looks like. Some data are directly coming from the Ocean Protocol marketplace like the Fantom grants application, Fantom grants votes and GR15 contributions.
The mocked data and the missing data will be replace with the on-chain data provided by Pocket Network.
The data will reside in the db instead of in front-end repo. So there will be a server to fetched those data.
npm run dev
# or
yarn dev
# or
pnpm dev