- 🔗 Mainnet Subgraph Playground
- 🔗 Polygon Subgraph Playground
- 🔗 Gnosis Subgraph Playground
- 🔗 Harmony Subgraph Playground
- 🔗 Celo Subgraph Playground
- 🔗 Avalanche Subgraph Playground
- 🔗 Goerli Subgraph Playground
- 🔗 Base Subgraph Playground
- 🔗 Base Testnet Subgraph Playground
- 🔗 Rinkeby Subgraph Playground
- 🔗 Aurora Subgraph Playground
- 🔗 Moonbeam Subgraph Playground
- 🔗 Arbitrum Subgraph Playground
- 🔗 BNB Chain Subgraph Playground
- 🔗 Sepolia Subgraph Playground
yarn test- runs matchstick tests against mapping filesyarn build- builds wasm modules from the config insubgraph.yamland the mappings in/mappings/*yarn deploy:NETWORK- deploys subgraph to the subgraph specified in the package.json. Must be authenticated via the Graph CLI. See more here
- Mainnet:
https://api.thegraph.com/subgraphs/name/bulla-network/bulla-contracts-mainnet - Polygon:
https://api.thegraph.com/subgraphs/name/bulla-network/bulla-contracts-polygon - Harmony:
https://api.thegraph.com/subgraphs/name/bulla-network/bulla-contracts-harmony - Celo:
https://api.thegraph.com/subgraphs/name/bulla-network/bulla-contracts-celo - Avalanche:
https://api.thegraph.com/subgraphs/name/bulla-network/bulla-contracts-avalanche - Goerli:
https://api.thegraph.com/subgraphs/name/bulla-network/bulla-contracts-goerli - Base:
https://api.studio.thegraph.com/query/13828/bulla-contracts-base/v1 - Base-Testnet:
https://api.studio.thegraph.com/query/13828/bulla-contracts-base-testnet/v1 - Rinkeby:
https://api.thegraph.com/subgraphs/name/bulla-network/bulla-contracts-rinkby - Aurora:
https://api.thegraph.com/subgraphs/name/bulla-network/bulla-contracts-aurora - Moonbeam:
https://api.thegraph.com/subgraphs/name/bulla-network/bulla-contracts-moonbeam - Arbitrum:
https://api.thegraph.com/subgraphs/name/bulla-network/bulla-contracts-arbitrum - BNB Chain:
https://api.thegraph.com/subgraphs/name/bulla-network/bulla-contracts-bnb-chain - Sepolia:
https://api.studio.thegraph.com/query/70345/bulla-contracts-sepolia/0.4.1
To install the Goldsky CLI, you need to have Node.js (v16 or later) and yarn installed. Then run:
yarn global add @goldsky/cliAfter installation, you need to authenticate with Goldsky:
goldsky auth loginFollow the prompts to complete the authentication process. This will open a browser window where you can log in with your Goldsky account.
To deploy a subgraph to Goldsky, you need to:
-
Build your subgraph:
yarn build:network
-
To deploy, use or add an entry in package.json
yarn deploy:network