Guide Hub

Guides for Ethereum NFTs

This hub brings together the concepts creators usually need before launching an Ethereum NFT collection: metadata structure, token standards, storage choices, and validation tools.

Start here

Core concepts

Most Ethereum NFT workflows begin with three choices: which token standard you need, where metadata will live, and how marketplaces will resolve that metadata through tokenURI.

Once those decisions are stable, the rest becomes implementation detail: generating metadata files, validating output, and planning the deployment path that fits your collection model.

Tools for Ethereum NFT workflows