Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quantumlyy/nftx-holdings-subgraph-mainnet
https://github.com/quantumlyy/nftx-holdings-subgraph-mainnet
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/quantumlyy/nftx-holdings-subgraph-mainnet
- Owner: Quantumlyy
- License: bsd-3-clause
- Created: 2022-03-31T16:30:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T09:19:01.000Z (about 2 years ago)
- Last Synced: 2023-03-06T08:31:57.884Z (over 1 year ago)
- Language: TypeScript
- Size: 228 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nftx-vault-tokens-holdings-subgraph
Subgraph for NFTX token holdings for NFTX Protocol V2
Rinkeby Subgraph: `https://thegraph.com/legacy-explorer/subgraph/--add--`
Mainnet Subgraph: `https://thegraph.com/legacy-explorer/subgraph/--add--`
## Scripts
#### `yarn auth`
```sh
GRAPH_ACCESS_TOKEN= yarn auth
```#### `yarn prepare-`
Generates subgraph.yaml for particular network.
Supported networks are rinkeby and mainnet.#### `yarn codegen`
Generates AssemblyScript types for smart contract ABIs and the subgraph schema.
#### `yarn build`
Compiles the subgraph to WebAssembly.
#### `yarn deploy-`
Deploys the subgraph for particular network to the official Graph Node.