rango-sdk 0.1.56 → 0.1.57

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 +9 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -14,3 +14,12 @@
14
14
  # or
15
15
  npm install rango-sdk --save
16
16
  ```
17
+
18
+ ## Usage
19
+
20
+ - [Main-SDK Reference](https://docs.rango.exchange/api-integration/main-api-multi-step/api-reference)
21
+ - Examples
22
+ - [EVM Example](https://github.com/rango-exchange/rango-sdk/tree/master/examples/main/node-evm/)
23
+ - [Solana Example](https://github.com/rango-exchange/rango-sdk/tree/master/examples/main/node-solana/)
24
+ - [Tron Example](https://github.com/rango-exchange/rango-sdk/tree/master/examples/main/node-tron/)
25
+ - [Starknet Example](https://github.com/rango-exchange/rango-sdk/tree/master/examples/main/node-starknet/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rango-sdk",
3
- "version": "0.1.56",
3
+ "version": "0.1.57",
4
4
  "description": "Rango Exchange SDK for dApps",
5
5
  "module": "lib/rango-sdk.esm.js",
6
6
  "main": "lib/index.js",
@@ -43,7 +43,7 @@
43
43
  "license": "GPL-3.0",
44
44
  "dependencies": {
45
45
  "axios": "^1.7.4",
46
- "rango-types": "^0.1.73",
46
+ "rango-types": "^0.1.74",
47
47
  "uuid-random": "^1.3.2"
48
48
  },
49
49
  "publishConfig": {