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.
You are able to call any functions with SDK, and we are providing some scripts for reference and integration:
- Initiate a transaction for deploying a MOVE module at - scripts/deploy.ts.
- Initiate a transaction for calling an entry function at - scripts/entry-function.ts.
Last updated