yarn
yarn dev
# then open http://localhost:5000
We use thegraph to index data, the subgraph is DimensionDev/MaskBox-Subgraph
After updating and deeplying the subgraph, you should update graphql schema we use in this repo with:
yarn fetch-schema
then regenerate relevant typescript code:
yarn gen:graphql
yarn gen:assets
yarn gen:icons
Check out ./scripts/generate-assets.js
and ./scripts/generate-icons.js
for details.