An open API service indexing awesome lists of open source software.

https://github.com/dimensiondev/nft-redpacket-subgraph


https://github.com/dimensiondev/nft-redpacket-subgraph

Last synced: 10 months ago
JSON representation

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.