@msafe/sui-app-store 0.0.294 → 0.0.296

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -33,6 +33,13 @@ Demo dApp: https://sui-ptx.m-safe.io/
33
33
 
34
34
  ## How to develop
35
35
 
36
+ ### Summary
37
+ There are two ways to integrate with the MSafe Sui App store:
38
+
39
+ 1. When dapp call signTransaction method, directly pass in the assembled Transaction (Transaction Block), and the user can then complete the subsequent transaction process.
40
+
41
+ 2. Through the create helper method(see below)
42
+
36
43
  ### Setup
37
44
 
38
45
  - Create your app folder under `src/apps/` folder
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@msafe/sui-app-store",
3
- "version": "0.0.294",
3
+ "version": "0.0.296",
4
4
  "description": "MSafe Sui app store repository",
5
5
  "author": "Momentum Safe",
6
6
  "license": "MIT",
@@ -54,7 +54,7 @@
54
54
  "@cetusprotocol/sui-clmm-sdk": "1.1.3",
55
55
  "@cetusprotocol/vaults-sdk": "1.1.4",
56
56
  "@cetusprotocol/xcetus-sdk": "1.1.3",
57
- "@firefly-exchange/library-sui": "^2.4.18",
57
+ "@firefly-exchange/library-sui": "2.7.0",
58
58
  "@mmt-finance/clmm-sdk": "^1.3.11",
59
59
  "@mysten/bcs": "^1.5.0",
60
60
  "@mysten/sui": "^1.8.0",