TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Fully On-Chain Generative NFTs with JavaScript

3 点作者 eur00t将近 4 年前

1 comment

eur00t将近 4 年前
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:&#x2F;&#x2F;taras-evt.medium.com&#x2F;fully-on-chain-generative-nfts-6c636fde831a" rel="nofollow">https:&#x2F;&#x2F;taras-evt.medium.com&#x2F;fully-on-chain-generative-nfts-...</a><p>2) About building Mandelbrot NFT: <a href="https:&#x2F;&#x2F;lambdanft.medium.com&#x2F;mandelbrot-fractal-nft-fully-on-chain-d37f2ad2ed2c" rel="nofollow">https:&#x2F;&#x2F;lambdanft.medium.com&#x2F;mandelbrot-fractal-nft-fully-on...</a><p>Let me know what you think in the comments!