ohaponiuk / ERC721Base64enc

ERC721 token with token URI encoded in base64. The basic idea is that you have a struct with your data (showed in a description) and image as a link to IPFS. You have an array/mapping of these structs. Token owner can change the data and it will accordingly change in description on the OpenSea. (You have to refresh the metadata on OpenSea.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

ERC721 token with token URI encoded in base64. The basic idea is that you have a struct with your data (showed in a description) and image as a link to IPFS. You have an array/mapping of these structs. Token owner can change the data and it will accordingly change in description on the OpenSea. (You have to refresh the metadata on OpenSea.)


Languages

Language:TypeScript 48.0%Language:Solidity 45.0%Language:JavaScript 7.0%