# 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.`
