@k256/sdk 0.1.3 → 0.1.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 +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# @k256/sdk
|
|
2
2
|
|
|
3
|
-
Official TypeScript SDK for [K256](https://k256.xyz) - the
|
|
3
|
+
Official TypeScript SDK for [K256](https://k256.xyz) - the gateway to decentralized finance.
|
|
4
|
+
|
|
5
|
+
Connect any application to Solana's liquidity ecosystem. One API. All venues. Full observability.
|
|
4
6
|
|
|
5
7
|
## Installation
|
|
6
8
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@k256/sdk",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Official TypeScript SDK for K256 - Solana
|
|
3
|
+
"version": "0.1.4",
|
|
4
|
+
"description": "Official TypeScript SDK for K256 - the gateway to Solana's liquidity ecosystem",
|
|
5
5
|
"author": "K256 <support@k256.xyz>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://k256.xyz",
|