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.
It automatically updates the all.json if one of the overlay files is changed.
Create an issue or a pull request and provide name
, address
, symbol
, chainId
, logoURI
and set override
. All are required.
name
andsymbol
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 withchainId
.chainId
is the id of the chain where there is a NFT contract deployed according toaddress
. See https://chainlist.org/ to find the correctchainId
.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 tofalse
by default. Only if thename
andsymbol
should override what is provided by the contract itself set it totrue
.
THEN: Comment with some infos about the collection (Short explanation, website, discord, etc...) so we can take a quick look and make sure it's nothing malicious or a scam. Feel free to reach out to us directly on Discord (https://minerva.digital/discord) or Telegram (https://t.me/MinervaWallet) to speed things up!