SDK
Last updated
MSafe also provide the SDK for developers to integrate. Currently, the SDK lives with our CLI tool: .
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.