> For the complete documentation index, see [llms.txt](https://doc.m-safe.io/aptos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.m-safe.io/aptos/developers/sdk.md).

# SDK

MSafe also provide the SDK for developers to integrate. Currently, the SDK lives with our CLI tool: <https://github.com/Momentum-Safe/CLI-MSafe>.&#x20;

{% hint style="info" %}
We will move SDK to a seperate repository shortly.
{% endhint %}

You are able to call any functions with SDK, and we are providing some scripts for reference and integration:

1. Initiate a transaction for deploying a MOVE module at `scripts/deploy.ts`.
2. Initiate a transaction for calling an entry function at `scripts/entry-function.ts.`
