This project is similar to Art Blocks and BeyondNFT, with the following distinctions: unlike Art Blocks, it’s not curated (no invitation required) and is fully on-chain (no external page generator needed). And unlike BeyondNFT, it’s not reliant on externally hosted metadata.<p>Creators can publish JS modules (lambdas) on the Polygon blockchain, and issue them as publicly mintable NFTs. For every minted token, the contract returns full HTML page via getHtml(tokenId) method. In this way NFTs are fully on-chain.
The project is live on Polygon, Kovan and Rinkeby. The source code is uploaded to Polygonscan and Etherscan. Also, NFTs are viewable on OpenSea.<p>I’ve implemented a Mandelbrot NFT as a first showcase, it’s currently featured on the landing page.<p>I’ve also posted a few related articles:<p>1) On the topic of on-chain generative NFTs in general: <a href="https://taras-evt.medium.com/fully-on-chain-generative-nfts-6c636fde831a" rel="nofollow">https://taras-evt.medium.com/fully-on-chain-generative-nfts-...</a><p>2) About building Mandelbrot NFT: <a href="https://lambdanft.medium.com/mandelbrot-fractal-nft-fully-on-chain-d37f2ad2ed2c" rel="nofollow">https://lambdanft.medium.com/mandelbrot-fractal-nft-fully-on...</a><p>Let me know what you think in the comments!