@msafe/iota-web-sdk
v1.1.2
Published
SDK for MSafe IOTA
Downloads
12
Readme
msafe-sui3-sdk
SDK for MSafe SUI V3
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
- make sure msafe_sui_local database exists in your mysql.
- run api service:
- git clone msafe-sui3-api: https://github.com/Momentum-Safe/msafe-sui-api
- run yarn start:dev
- run syncing service:
- git clone msafe-syncing: https://github.com/Momentum-Safe/msafe-sui-chain-syncing
- run yarn start:dev
- run processor:
- git clone processor: https://github.com/Momentum-Safe/msafe-sui-processors
- run yarn start:dev
- run tests in msafe-e2e.test.ts