New to Move development on Movement? 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 (which Movement uses since Movement uses Aptos Move) see here .
Aptos Move language guides
- For a full guide to the language, see Learn the Move Language.
- Tips for writing secure Move code.
SDKs
To make working with Movement and Shinami easier, try these SDKs:- Aptos SDKs for TypeScript, Python, and Rust, with guidance on how to configure to point to Movement Node endpoints.
Movement CLI
- See the Movement CLI guide for how to set up and use the CLI.
Help with development questions
For help and tips from fellow Movement developers, see:- Movement developer forums.
Creating production code? Look here.
Movement source code and other apps
- See the forked aptos-core repo on GitHub.
- Find Ecosystem Projects on the Movement Network Foundation site to see a big list of projects on Movement.
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
- Movement Labs on X for ecosystem announcements.
- Move Builders Telegram channel for converstations between fellow builders and members of the Movement team.
- Movement Telegram Channel for the latest official news and announcements.
- Movement Labs blog for longer-form technical content and discussions about the Movement ecosystem.