Learn from Guides
Welcome to Aptos guides! Whether you’re just getting started or building advanced applications, these step-by-step tutorials will help you accomplish specific tasks on the Aptos blockchain.
Beginner Guides
Section titled “Beginner Guides”Start your journey with these foundational tutorials:
Your First Transaction Learn how to create, submit and verify a basic transaction on the Aptos blockchain.
Your First NFT Create, mint, and transfer digital assets (NFTs) using the Aptos TypeScript SDK.
Your First Fungible Asset Create and manage a fungible asset that can be transferred between accounts.
Your First Coin Build your own custom coin with minting and transfer capabilities on Aptos.
Your First Move Module Create a simple Move module and deploy it to the Aptos blockchain.
Your First Dapp Build a complete todo list dapp (decentralized application) with smart contracts and a React frontend.
Your First Multisig Set up a multi-signature account requiring approval from multiple key holders.
Advanced Guides
Section titled “Advanced Guides”Ready for more complex scenarios? Explore these advanced topics:
Multisig Managed Assets Create a secure fungible asset controlled by a multisig account requiring multiple approvals for minting, freezing, and burning operations.
Aptos Keyless Enable users to create blockchain accounts using their existing Google or Apple logins, eliminating the need for seed phrases or private keys.
Sponsored Transactions Implement fee sponsorship to let your decentralized application cover transaction gas fees for users, removing the need for them to hold APT tokens.
Transaction Management Master advanced transaction orchestration techniques including sequence number management, failure recovery, and parallel processing with worker accounts for high-volume applications.
Key Rotation Use Aptos' secure key rotation capability to update an account's private authentication credentials without changing account addresses or disrupting existing integrations.
Exchange Integration A comprehensive guide for integrating Aptos and Aptos assets into an exchange, covering infrastructure setup, address standards, asset management, balance tracking, and transaction processing.
Oracles Implement price feeds in your Aptos smart contracts using Pyth Network oracles, with configuration steps and examples for accessing real-time market data.