Learn from Guides
Welcome to Aptos guides. These tutorials walk through specific tasks on the Aptos blockchain, from your first transaction through production integration.
Beginner Guides
Section titled “Beginner Guides”Start with these foundational tutorials. They match the Beginner group in the sidebar.
Your First Transaction Create, submit, and verify a basic APT transfer with the TypeScript and Python SDKs.
Your First Move Module Write a simple Move module and publish it to the Aptos blockchain.
Your First Fungible Asset Create and manage a fungible asset that can be transferred between accounts.
Your First NFT Create, mint, and transfer digital assets (NFTs) using the Aptos TypeScript SDK.
Your First Multisig Set up a multi-signature account that requires approval from multiple key holders.
Your First Dapp Build a complete todo list dapp with a Move contract and a React frontend.
Ethereum to Aptos
Section titled “Ethereum to Aptos”Coming from Solidity and Ethers? This migration path maps EVM patterns to Move, Objects, and the current TypeScript SDK.
Ethereum to Aptos Guide Port Solidity mental models to Move, then walk through a billboard contract and a Dutch auction.
Advanced Guides
Section titled “Advanced Guides”These guides cover transaction types, account security, and passwordless login.
Sponsored Transactions Let your application pay gas so users can transact without holding APT.
Transaction Management Sequence-number orchestration, failure recovery, and worker accounts for high-volume submission.
Orderless Transactions Submit transactions in parallel with a replay-protection nonce instead of a sequence number.
Encrypted Pending Transactions Encrypt the Move payload while a transaction is pending, then decrypt it at execution.
Multisig Managed Assets Control minting, freezing, and burning of a fungible asset with a framework multisig account.
Key Rotation Rotate an account's authentication key without changing its address.
Aptos Keyless Create blockchain accounts from existing Google or Apple logins, without seed phrases.
Integration Guides
Section titled “Integration Guides”For exchanges, existing applications, and oracle feeds.
Exchange Integration Infrastructure, address standards, asset management, balances, and transaction processing for exchanges.
Application Integration Map an existing blockchain app onto Aptos accounts, signing, balances, and the TypeScript SDK.
Oracles Use Chainlink Data Feeds and CCIP, or Pyth Network price feeds, from Aptos Move contracts.