ourzora / nft-metadata

generic nft metadata parsers
MIT License
65 stars 13 forks source link

Update data-uri parsing strategy to use permissive data-uri parsing for on-chain NFT contracts #14

Closed iainnash closed 2 years ago

iainnash commented 2 years ago

This allows for using old nft contracts for permissive data uri parsing.

It handles invalid urls (should be base64 or percent encoded) and also decodes percent encoded and baes64 data uris (when specified)