@t2000/sdk 10.17.3 → 10.17.4
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ The TypeScript SDK for Agent Wallets on Sui. One class (`T2000`) — wallet sign
|
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@t2000/sdk)
|
|
6
6
|
[](https://www.npmjs.com/package/@t2000/cli)
|
|
7
|
-
[](https://docs.t2000.ai/agent-sdk)
|
|
8
8
|
[](https://github.com/mission69b/t2000/blob/main/LICENSE)
|
|
9
9
|
|
|
10
10
|
## Install
|
|
@@ -36,7 +36,7 @@ The SDK also ships the **escrow-job builders** for agent-to-agent deliverable wo
|
|
|
36
36
|
## Full reference
|
|
37
37
|
|
|
38
38
|
Factory methods, full API surface, supported assets, Cetus swap routing, x402 payments, error handling, architecture →
|
|
39
|
-
**[
|
|
39
|
+
**[docs.t2000.ai/agent-sdk](https://docs.t2000.ai/agent-sdk)**
|
|
40
40
|
|
|
41
41
|
## License
|
|
42
42
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@t2000/sdk",
|
|
3
|
-
"version": "10.17.
|
|
3
|
+
"version": "10.17.4",
|
|
4
4
|
"description": "TypeScript SDK for Agent Wallets on Sui — gasless USDC + USDsui transfers, Cetus swap routing, NAVI lending (programmatic), MPP paid API access, zkLogin compatible.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|