Egg Art Algorithm

How are the EGG images assembled?

Echelon Eggs are not your typical NFT. While most NFT collections store their metadata and images on IPFS, Echelon Eggs generate and store all metadata completely on the Echelon Network blockchain.

Images are stored as a Base64 encoded string containing SVG (Scalable Vector Graphics) code and assigned to a specific token ID. To display the image, our website asks the blockchain for this encoded string, decodes it, and displays the resulting image on the page.

There are 33 shapes, and 33 colors available for use in the generated EGG. The minting algorithm will step through all shape and color combinations, ensuring that all EGGs are unique, until a maximum of 1000 EGG are minted.

Last updated