snowbridge icon indicating copy to clipboard operation
snowbridge copied to clipboard

Add tokenURI support to ERC721App

Open philipstanislaus opened this issue 3 years ago • 0 comments

The ERC721App currently ignores the tokenURI of the NFT. Supporting the tokenURI requires SCALE encoding of arbitrary length strings on Ethereum. Arbitrary length strings require a compact SCALE encoded length prefix, which we don't have currently implemented.

Originally posted by @musnit in https://github.com/Snowfork/snowbridge/pull/496#discussion_r691093432

philipstanislaus avatar Aug 19 '21 00:08 philipstanislaus