https://github.com/dimensiondev/nft-redpacket-subgraph
https://github.com/dimensiondev/nft-redpacket-subgraph
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimensiondev/nft-redpacket-subgraph
- Owner: DimensionDev
- License: other
- Created: 2021-08-24T04:37:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T03:52:03.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T12:52:52.829Z (12 months ago)
- Language: TypeScript
- Size: 67.4 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NFT RedPacket Subgraph
This subgraph tracks all of the nft red packets created by the HappyRedPacket contract.
## Setup
```bash
yarn
yarn codegen
yarn build
```
## Running Locally
Make sure to update package.json settings to point to your own graph account.
## Key Entity Overviews
### NFT RedPacket
Cotains data about a NFT red packet.
### Token
Contains detailed data on a specific token.
### Creator
Cotains data about the creator of a NFT red packet.
### Claimer
Cotains data about the consumer of a NFT red packet.