> ## Documentation Index
> Fetch the complete documentation index at: https://docs.shinami.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Key Resources

> Docs and dev tools for Move development on Movement

## 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](https://docs.movementnetwork.xyz/devs) .

### Aptos Move language guides

* For a full guide to the language, see [Learn the Move Language](https://aptos.dev/move/move-on-aptos).
* Tips for [writing secure Move code](https://aptos.dev/en/build/smart-contracts/move-security-guidelines#object-ownership-check).

### SDKs

To make working with Movement and Shinami easier, try these SDKs:

* [Aptos SDKs](https://docs.movementnetwork.xyz/devs/interactonchain/tsSdk) for TypeScript, Python, and Rust, with guidance on how to configure to point to Movement Node endpoints.

### Movement CLI

* See the [Movement CLI guide](https://docs.movementnetwork.xyz/devs/movementcli) for how to set up and use the CLI.

### Help with development questions

For help and tips from fellow Movement developers, see:

* [Movement developer ](https://forums.movementnetwork.xyz/)forums.

## Creating production code? Look here.

### Movement source code and other apps

* See the forked [aptos-core](https://github.com/movementlabsxyz/aptos-core) repo on GitHub.
* Find [Ecosystem Projects](https://www.movementnetwork.xyz/ecosystem) 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](https://aptos.dev/move/book/unit-testing) of The Move Book.

### Move Prover

* For guidance on how to install and use the Move Prover, see [here](https://aptos.dev/build/smart-contracts/prover/prover-guide#running-the-move-prover) .

## Stay up to date on the Aptos Move ecosystem

* [Movement Labs on X](https://x.com/movementlabsxyz) for ecosystem announcements.
* [Move Builders Telegram channel](https://t.me/+430YefZ9s65iODQx) for converstations between fellow builders and members of the Movement team.
* [Movement Telegram Channel](https://t.me/movementlabsxyz) for the latest official news and announcements.
* [Movement Labs blog](https://blog.movementlabs.xyz/) for longer-form technical content and discussions about the Movement ecosystem.
