📄️ An applied guide to NFTs Pallet
This guide assumes you have basic knowledge of Polkadot and understand fundamental terminology such as pallets and extrinsics.
📄️ Building NFT Applications on Polkadot with NFTs Pallet and PAPI
In this tutorial, you'll learn how to build a real NFT application using Polkadot's NFTs pallet. We'll start simple and gradually add more features as you understand the concepts.
📄️ Building NFT Applications on Polkadot Virtual Machine with Smart Contracts
Polkadot is steadily evolving from a purely substrate-based ecosystem into a platform that supports both native pallets and smart contracts. The original NFT tutorial used the NFTs pallet and the Polkadot API (PAPI) to mint and manage tokens. With Polkadot Virtual Machine (PVM), NFTs can be implemented as smart contracts. This tutorial teaches you how to build an NFT application on Polkadot's PVM using the create-nft-app template. You will learn how to deploy an ERC-721 contract, mint tokens with metadata, query collections via Blockscout, and transfer NFTs. The course mirrors the PAPI version but uses Solidity, Foundry, and Reown AppKit instead of nfts-pallet.
📄️ Kodadot Indexer Integration Guide
Executive Summary
📄️ Building Polkadot NFT application with Unique SDK
Doing it the Unique SDK way.
📄️ On-chain gaming with Unique Network EVM
A step-by-step guide teaching you how to create Unique Network native NFTs and mutate their attributes using Solidity smart contracts, the Unique SDK, and the unique-contracts packages.