This is a clone of the eth-denver stater dapp for the graph meant to be used with the Giveth donation subgraph
An entry for a hackathon by TheGraph
Deployed via netlify: https://giveth-donations-dashboard.netlify.com/
All you need to do is connect it with the donation subgraph
- Write the the GraphQL endpoint of our subgraph to
.env
in this directory:echo "REACT_APP_GRAPHQL_ENDPOINT=https://api.thegraph.com/subgraphs/name/geleeroyale/giveth-donation > .env
- Then, start this app:
yarn install yarn start