MSafe also provide the SDK for developers to integrate. Currently, the SDK lives with our CLI tool: https://github.com/Momentum-Safe/CLI-MSafearrow-up-right.
We will move SDK to a seperate repository shortly.
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.
scripts/deploy.ts
Initiate a transaction for calling an entry function at scripts/entry-function.ts.
scripts/entry-function.ts.
Last updated 3 years ago