Welcome! Aptos is a Layer 1 for everyone. In the Ohlone language, "Aptos" means "The People."
Aptos blockchain natively integrates and internally uses the Move language for fast and secure transaction execution.
- Move On Aptos - A book on the Aptos Move variant maintained by @aptos-labs
- Move Book - Move book maintained by the Move core team (中文).
- Move Book - Move book maintained by @damirka (中文).
- Move Patterns - A book on Move software design patterns maintained by @villesundell.
- aptos-move-by-example - Aptos Move by Example 中文翻译版本.
- Your First Transaction - Maintained by the Aptos Core Team
- Your First NFT - Maintained by the Aptos Core Team
- Your First Coin - Maintained by the Aptos Core Team
- Your First Move Module - Maintained by the Aptos Core Team
- Your First Dapp - Maintained by the Aptos Core Team
- Your First Multsig - Maintained by the Aptos Core Team
- Implementing, testing, and verifying a fungible token - Maintained by the Move core team.
Code written in Move.
- Fungible token Examples - Examples by Aptos.
- Non-Fungible Examples - Examples by Aptos.
- Aptos Name Service - Name Service on Aptos
- AptosFaucet - A faucet Tool on Aptos
- thala
- PancakeSwap
- Pontem Network
- Amnis Finance
- Aries Markets
- pancakeswap-amm
- sushi-aptos
- tortuga
- aptin
- econia
- merkle
- Starswap
- Cetus
- AnimeSwap
- Move-on-EVM - Experimental project to compile Move source code to EVM bytecode.
- Move VS Code plugin - Maintained by the Move core team (source code).
- Move IntelliJ plugin - Maintained by the Pontem team (source code).
- Move Playground - Like Remix for Move. Alpha version of a Web IDE. See instructions. Maintained by the Pontem team.
- Starcoin IDE - Maintained by the Starcoin team (source code).
- Move Vim - Maintained by @rvmelkonian.
- move-mode - Major mode for Emacs maintained by @amnn.
- Petra Aptos Wallet - Petra wallet is an extension that lets you explore Aptos in your browser. Made by Aptos Labs (Chrome Webstore).
- bcs-js - JavaScript implementation of the BCS serialization scheme used by Move, may be useful for implementing wallets.
- ComingChat - A decentralized social finance/web3 portal. Supporting public chain wallets, such as Sui and Aptos wallets.
- Pontem Wallet - Wallet extension for Aptos network by the Pontem team (Chrome Webstore).
- Fewcha Aptos Wallet - The wallet of layer 1 blockchain Aptos (Chrome Webstore).
- StarMask - A wallet for the Starcoin blockchain. Maintained by the Starcoin team (Chrome Webstore).
- Martian - Self custodial web3 wallet for Sui blockchain and Aptos. Safely explore the Aptos and Sui ecosystem by the KEYGEN LABS (Chrome Webstore)
- Rise - A secure and powerful crypto wallet that brings all of the benefits of Aptos to you. Rise by the Solrise Finance (Chrome Webstore)
- Onekey - Multi-Chain Support for BTC, ETH, BNB, NEAR & other Layer2 Networks.By the Onekey Team(Chrome Webstore)
- Aptos Wallet Adapter - A monorepo modular wallet adapter developed and maintained by Aptos for wallet and dapp builders
- Wallet Adapter - React and Vue WalletProvider supporting loads of aptos wallets. Forked and featured with wallet provider based on Vue.js/Pinia.js from Hippo Wallet Adapter. By the Pontem.
- Rust SDK - by Aptos-Labs (official)
- TypeScript SDK - by Aptos-Labs (official)
- Python SDK - by Aptos-Labs (official)
- Java SDK - by wubuku (community)
- Unity SDK - by Aptos-Labs (official)
- Golang SDK - by portto (community)
- Golang SDK - by coming-chat (community)
- Swift SDK - by OpenDive (community)
- Elixir SDK - by NonceGeek (community)
- Move: A Language With Programmable Resources - This was the original Move white paper released in 2018. Many aspects of this are now out of date (e.g., the syntax and description of the bytecode instructions), but the first two sections are worth a read for explaining the difficulties of programming with assets and how Move tackles them.
- Robust Safety for Move
- The Move Borrow Checker
- Resources: A Safe Language Abstraction for Money
- Fast and Reliable Formal Verification of Smart Contracts with the Move Prover
- The Move Prover
- Verification of Programs Written in Libra's Move Language
- Exact and Linear-Time Gas-Cost Analysis
- The Move Programming Language
- Move on Aptos
- Move: A Safe Language for Programming with Money - Talk from @sblackshear at the Fields Institute Blockchain research seminar series.
- Formal Verification of Move Programs for the Libra Blockchain - Talk from @DavidLDill at the Fields Institute Blockchain research seminar series.
- Move for the Masses - Talk at the Converge '22.
Contributions welcome! Read the contribution guidelines first.