Subgraph for NFTX Protocol V2
Rinkeby Subgraph: https://thegraph.com/legacy-explorer/subgraph/nftx-project/nftx-v2-rinkeby
Arbitrum Subgraph: https://thegraph.com/legacy-explorer/subgraph/nftx-project/nftx-v2-arbitrum
Mainnet Subgraph: https://thegraph.com/legacy-explorer/subgraph/nftx-project/nftx-v2
The subgraph requires only the NFTXVaultFactoryUpgradable contract address and starting block number.
This network specific config can be configured by editing config/<network>.json
GRAPH_ACCESS_TOKEN=<access-token> yarn auth
Generates subgraph.yaml for particular network. Supported networks are rinkeby and mainnet.
Generates AssemblyScript types for smart contract ABIs and the subgraph schema.
Compiles the subgraph to WebAssembly.
Deploys the subgraph for particular network to the official Graph Node.