On-Chain Artwork

Base64 encoding is a way to put your artwork on-chain. It basically expresses your jpg via ASCII characters. One example is BASENFT, issued on January 24, 2022.

It encodes a lil shibe jpg fully on chain. Since dogeparty.xchain.io truncates the long string, you need to run an API call to retrieve the full asset description. You find the Python file here. Just run it with Visual Studio for instance. Copy the long string from the json's "description" output.

Note that I do not endorse you to put their artwork on-chain. It is only meant to showcase that Dogeparty can also handle fully on-chain metadata (like Namecoin for instance). It only works for tiny pieces of artwork (or you would need to split the base64 encoded string into pieces).