@sodax/sdk 0.0.1-rc.41 β 0.0.1-rc.43
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 +9 -0
- package/dist/index.cjs +5503 -3165
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1079 -94
- package/dist/index.d.ts +1079 -94
- package/dist/index.mjs +5498 -3165
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -33,6 +33,14 @@ The Sodax SDK provides a comprehensive interface for interacting with the Sodax
|
|
|
33
33
|
- ICX <> SODA
|
|
34
34
|
- BALN <> SODA
|
|
35
35
|
|
|
36
|
+
### Staking SODA [π](./docs/STAKING.md)
|
|
37
|
+
- EVM (Arbitrum, Avalanche, Base, BSC, Optimism, Polygon, Sonic, HyperEVMβ, Lightlink) β
|
|
38
|
+
- Sui β
|
|
39
|
+
- Stellar β
|
|
40
|
+
- ICON β
|
|
41
|
+
- Solana β
|
|
42
|
+
- Injective β
|
|
43
|
+
|
|
36
44
|
## Installation
|
|
37
45
|
|
|
38
46
|
```bash
|
|
@@ -346,6 +354,7 @@ Sodax feature set currently contain:
|
|
|
346
354
|
- Solver: used for intent based swaps. Please find documentation for Solver part of the SDK in [SOLVER.md](./docs/SOLVER.md)
|
|
347
355
|
- Money Market: used for lending and borowing. Please find documentation for Solver part of the SDK in [MONEY_MARKET.md](./docs/MONEY_MARKET.md)
|
|
348
356
|
- Bridge: provides functionality to bridge tokens between different blockchain chains [BRIDGE.md](./docs/BRIDGE.md)
|
|
357
|
+
- Staking: provides functionality to stake SODA tokens from different blockchain chains [STAKING.md](./docs/STAKING.md)
|
|
349
358
|
|
|
350
359
|
## Intent Relay API
|
|
351
360
|
|