SDK for MSafe SUI V3 //chore
Make sure you have MySQL database installed and setup.
yarn test
The data will be written into the local database for further debug purpose.
yarn unit
Running this command will connect Sqlite DB only in memory.
- 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