Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

pangolindex/subgraphs-multichain

Repository files navigation

Local server set up

  • need docker compose installed on your machine

Single chain

Run single blockchain server using

SINGLE_NETWORK=avalanche SINGLE_RPC_ENDPOINT=https://api.avax.network/ext/bc/C/rpc docker compose -f server/single.docker-compose.yaml up

supported networks: "avalanche" , "near"

Run multichain server [WIP]

docker compose up -f server/multichain.docker-compose.yaml

Local deployment

Local

after creating the server, to deploy a subgraph in pangolindex collection run:

yarn deployLocal --network avalanche --subgraph governance

Hosted Service

yarn deploySubgraph --network avalanche --subgraph governance -e prod -v $(git rev-parse --verify HEAD --short) --user my-user --access-token $GRAPH_AUTH_TOKENc

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published