minerva-nft-list

A list of NFT Erc721 and Erc1155 contracts with metadata for the Minerva Wallet.

It is inspired by https://tokenlists.org/ . Compared to tokenlists it is missing the decimals field, additionally we have an override field.

How to add your NFT project

Create an issue or a pull request and provide name, address, symbol, chainId, logoURI and set override. All are required.

  • name and symbol are strings analog to ERC-721. They also need to be provided for ERC-1155 NFTs.
  • address is an eip-55 (checksum) address where a EIP-721 or EIP-1155 contract is deployed on the chain specified with chainId.
  • chainId is the id of the chain where there is a NFT contract deployed according to address. See https://chainlist.org/ to find the correct chainId.
  • logoURI is a URI pointing to an image that represents a NFT contract, sometimes called NFT collection. We prefer simple and small SVG images and otherwise accept PNGs.
  • override should be set to false by default. Only if the name and symbol should override what is provided by the contract itself set it to true.

todo