E
Elizabeth
Hi chrische - We'd like to move forward with adding XRPL and Xahau
First, I need your input. Usually we ask the person uploading for their:
Contract address
TokenID / CID match
Is it correct that "r-address of the NFT issuer" should replace "contractAddress"? Is there a more succinct term we can use?
Are there tokenIDs?
chrische
Elizabeth
- Just use the term ‘nft issuer’
- Yes, each NFT has a unique NFTokenID such as
000A2710098A0C5B1D0826ADA8A715FD9635FD95EC65F1740000099A00000000
--> See for example https://xrplexplorer.com/en/nft/000A2710098A0C5B1D0826ADA8A715FD9635FD95EC65F1740000099A00000000
chrische
xrpl mainnet
{
"contractAddress": "r-address of the NFT issuer",
"collectionName": "XRP collection ABC",
"chainID": "xrpl",
"network": "0"
}
xahau mainnet
{
"contractAddress": "r-address of the NFT issuer",
"collectionName": "Xahau collection ABC",
"chainID": "xrpl",
"network": "21337"
}
E
Elizabeth
under review