@msafe/sui-app-store 0.0.295 → 0.0.297
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.
- package/README.md +7 -0
- package/package.json +2 -1
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.
|
|
3
|
+
"version": "0.0.297",
|
|
4
4
|
"description": "MSafe Sui app store repository",
|
|
5
5
|
"author": "Momentum Safe",
|
|
6
6
|
"license": "MIT",
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"@mmt-finance/clmm-sdk": "^1.3.11",
|
|
59
59
|
"@mysten/bcs": "^1.5.0",
|
|
60
60
|
"@mysten/sui": "^1.8.0",
|
|
61
|
+
"@nemoprotocol/vaults-sdk": "^0.2.4",
|
|
61
62
|
"@open-rpc/client-js": "^1.8.1",
|
|
62
63
|
"@pythnetwork/pyth-sui-js": "^2.1.0",
|
|
63
64
|
"@scallop-io/sui-scallop-sdk": "^2.1.6",
|