Developer Resources
Resources for Aptos Move smart contract development
New to Aptos Move? Look here.
Sample code to get you started
- For tutorials on how to make your first transaction/NFT/Move Module/etc, using the Aptos SDK see here .
- For guidance and examples designed for those new to web3 or those coming from another chain, see Aptos Learn .
Aptos Move language guides
- For a full guide to the language, see Learn the Move Language.
Key SDKs
To make working with Aptos and Shinami easier, try these SDKs:
- Aptos SDKs for TypeScript, Python, Rust, and Unity.
Aptos CLI
- See the Aptos CLI guide for how to set up and use the CLI.
Help with development questions
For help and tips from fellow Sui developers, see:
- Aptos developer discussions on GitHub.
Creating production code? Look here.
Aptos source code and other apps
- See the aptos-core repo on GitHub.
- Find Ecosystem Projects on the Aptos Foundation site to see a big list of projects on Aptos with links to their GitHub accounts.
Testing your code
Unit tests
- For guidance on writing and running unit tests for your Move modules, see the Unit Tests section of The Move Book.
Move Prover
- For guidance on how to install and use the Move Prover, see here .
Stay up to date on the Aptos Move ecosystem
- Aptos Labs on X for ecosystem announcements.
- Aptos Network on Discord for ecosystem news and joining the Aptos community.
- Aptos Announcements Telegram channel for the latest official news and announcements about Aptos.
- Aptos Labs blog for longer-form technical content about Aptos.
Updated 8 months ago