mpay-sdk-sui
v1.0.2-pre-7860494.0
Published
MPay SDK on SUI
Downloads
11
Readme
mpay-sdk-sui
SDK for MPay on Sui
Deploy (temp)
- Clone mpay-core-sui and check out branch
ME-875-Fix-test-cases-of-mpay-core-sui
- Change your sui profile to dev environment and use this environment.
- alias: dev
rpc: "http://ec2-13-52-78-128.us-west-1.compute.amazonaws.com:9000"
ws: ~
- Deploy to dev environment
yarn deploy-skip-test
To generate transactions
- Clone this repo
- Copy
published/dev.json
frommpay-core-sui
to this repoconfig/dev.json
yarn install
yarn integration
All kinds of transactions will be generated with printed transaction digest in terminal. Use the transaction for development or debugging process.