alephium / token-list

Other
4 stars 128 forks source link

Validate submitted metadata against onchain metadata. #18

Closed polarker closed 1 year ago

polarker commented 1 year ago
  1. check token type (fungible or not) with guessStdTokenType
  2. if it's a fungible token, we check the metadata onchain with fetchFungibleTokenMetaData
  3. if it's an NFT collection, we check the metadata onchain with (this is not supported by web3 SDK yet, let's add)
polarker commented 1 year ago

Temporarily assigned to Thomas