Skip to content

DimensionDev/MaskBox-Interface

Repository files navigation

MaskBox Interface

Setup

yarn
yarn dev
# then open http://localhost:5000

Subgraph

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

Assets and icons

yarn gen:assets
yarn gen:icons

Check out ./scripts/generate-assets.js and ./scripts/generate-icons.js for details.