Skip to main content
In this Zero to Hero series, you’ll find a set of tutorials that will cover every aspect of a non-fungible token (NFT) smart contract. You’ll start by minting an NFT using a pre-deployed contract and by the end you’ll end up building a fully-fledged NFT smart contract that supports every extension.

Prerequisites

To complete these tutorials successfully, you’ll need:
New to Rust? If you are new to Rust and want to dive into smart contract development, our Quick-start guide is a great place to start
We strongly recommend using Rust for production contracts. NFT contracts handle real digital assets — Rust’s safety guarantees and mature tooling make it the right choice when it matters.

Overview

These are the steps that will bring you from Zero to Hero in no time! 💪

Next steps

Ready to start? Jump to the Pre-deployed Contract tutorial and begin your learning journey! If you already know about non-fungible tokens and smart contracts, feel free to skip and jump directly to the tutorial of your interest. The tutorials have been designed so you can start at any given point!