@msafe/sui3-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.0.69 • Public • Published

msafe-sui3-sdk

SDK for MSafe SUI V3 //chore

Test

Local test

Make sure you have MySQL database installed and setup.

yarn test

The data will be written into the local database for further debug purpose.

Unit test (CI)

yarn unit

Running this command will connect Sqlite DB only in memory.

E2E test

  1. make sure msafe_sui_local database exists in your mysql.
  2. run api service:
    1. git clone msafe-sui3-api: https://github.com/Momentum-Safe/msafe-sui-api
    2. run yarn start:dev
  3. run syncing service:
    1. git clone msafe-syncing: https://github.com/Momentum-Safe/msafe-sui-chain-syncing
    2. run yarn start:dev
  4. run processor:
    1. git clone processor: https://github.com/Momentum-Safe/msafe-sui-processors
    2. run yarn start:dev
  5. run tests in msafe-e2e.test.ts

Readme

Keywords

none

Package Sidebar

Install

npm i @msafe/sui3-sdk

Weekly Downloads

11

Version

0.0.69

License

MIT

Unpacked Size

401 kB

Total Files

48

Last publish

Collaborators

  • msafe