1.0.2-pre-7860494.0 • Published 8 months ago

mpay-sdk-sui v1.0.2-pre-7860494.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

mpay-sdk-sui

SDK for MPay on Sui

Deploy (temp)

  1. Clone mpay-core-sui and check out branch ME-875-Fix-test-cases-of-mpay-core-sui
  2. 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: ~
  1. Deploy to dev environment
yarn deploy-skip-test

To generate transactions

  1. Clone this repo
  2. Copy published/dev.json from mpay-core-sui to this repo config/dev.json
  3. yarn install
  4. yarn integration

All kinds of transactions will be generated with printed transaction digest in terminal. Use the transaction for development or debugging process.