vasa-develop / nft-tokenlist

An NFT tokenlist and generation mechanism

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFT tokenlist

A tokenlist for ERC721, ERC1155

This repository implements a mechanism to generate customizable tokenlist using some simple scripts which pull the data from OpenSea Graphql API.

The scripts follow the collectibles tokenlist schema from 0xsequence.

You can find a sample tokenlist supporting 3300 NFTs in trimmed_3300_nfts.tokenlist.json.

How NFT tokenlist generation works? [WIP]

  • Use the .env file to specify the parameters.
  • Use the parameters to generate the NFT tokenlist (from cached data or opensea endpoint).

Further Work

  • Create an extension of EIP747 to allow a Dapp to suggest a user subscribe to a token list.

About

An NFT tokenlist and generation mechanism

License:MIT License


Languages

Language:JavaScript 86.0%Language:Shell 14.0%