📄️ Compare Token Standards
For details, see the official Aptos Token standard.
📄️ Mint NFTs with the Aptos CLI
This code lab lets you use the Aptos CLI to mint non-fungible tokens (NFTs) in Aptos so you can see how the process works and employ related functions in your code. Although this code lab assumes use of the devnet network, you could follow the same steps in devnet or even mainnet, assuming you have the necessary funds in your account.
📄️ Mint FTs with On-Chain Data
You, as a developer, maybe also a game fancier, recently starts to develop a game and hope to
📄️ Mint NFTs with the Mint Tool
The Aptos Non-Fungible Token (NFT) Minting Tool allows NFT creators to upload assets, create NFT collections and run mint sites. This document explains how to launch an NFT project with the CLI and get the mint site up and running. The tool can be found in this GitHub repo.