Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

xdefilab/xdefi-subgraph

Repository files navigation

📊 XDEFI-BASE Subgraph

Aims to deliver analytics & historical data for XDEFI-BASE.

Still a work in progress. Feel free to contribute!

install

setup

yarn global add @graphprotocol/graph-cli
graph auth https://api.thegraph.com/deploy/ <key>

build & deploy

yarn install
rm -rf build && rm -rf src/types
yarn codegen && yarn build
yarn deploy:kovan

Releases

No releases published

Packages

No packages published