https://github.com/dimensiondev/maskbox-interface
MaskBox Interface
https://github.com/dimensiondev/maskbox-interface
Last synced: 7 months ago
JSON representation
MaskBox Interface
- Host: GitHub
- URL: https://github.com/dimensiondev/maskbox-interface
- Owner: DimensionDev
- Created: 2021-08-03T06:50:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T10:11:35.000Z (about 2 years ago)
- Last Synced: 2025-04-06T05:36:30.596Z (10 months ago)
- Language: TypeScript
- Homepage: https://box.mask.io
- Size: 132 MB
- Stars: 1
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MaskBox Interface
## Setup
```bash
yarn
yarn dev
# then open http://localhost:5000
```
## Subgraph
We use thegraph to index data, the subgraph is [DimensionDev/MaskBox-Subgraph](https://github.com/DimensionDev/MaskBox-Subgraph)
After updating and deeplying the subgraph, you should update graphql schema we
use in this repo with:
```sh
yarn fetch-schema
```
then regenerate relevant typescript code:
```sh
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.