@kaspacom/swap-sdk 1.0.4 → 1.0.5
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 +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
A lightweight, headless swap SDK for Kaspa DeFi powered by Uniswap V2. Build your own UI and use the SDK to handle quotes, approvals, and swaps.
|
|
4
4
|
|
|
5
|
+
# Examples
|
|
6
|
+
You can find some examples of how to use the SDK in the [swap-sdk-examples](https://github.com/KASPACOM/swap-sdk-examples) repository.
|
|
7
|
+
|
|
5
8
|
|
|
6
9
|
## Features
|
|
7
10
|
|