Example custom renderers

Here are a couple projects that used custom renderers.

Project mint pageRendererProcess mint dataUsage

false

Renderer generated on-chain SVG based off oracle price feeds. Stored parts of SVG on the NFT contract's FileSystem, retrieving the components when tokenURI was invoked.

true

Renderer generated entire html / js piece by retrieving each file stored on the NFT contract's file system, concatenating them, and injecting the seed that was generated and stored at mint time during the process mint hook, into the output.

true

Renderer generated entire html / js piece by retrieving each file stored on the NFT contract's file system, concatenating them, and using the seed that was generated and stored at mint time during the process mint hook to pick from a set of curated hashes which were stored as a text file on the FileSystem. The curated hash was injected into the output.

Last updated