rainbow-swap-sdk 1.1.15 → 1.1.17

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 +4 -1
  2. package/package.json +36 -3
package/README.md CHANGED
@@ -8,6 +8,9 @@ This SDK is designed for building applications on top of [Rainbow Swap 🌈](htt
8
8
 
9
9
  ---
10
10
 
11
+ [![npm version](https://badge.fury.io/js/rainbow-swap-sdk.svg)](https://badge.fury.io/js/rainbow-swap-sdk)
12
+ ![NPM License](https://img.shields.io/npm/l/rainbow-swap-sdk)
13
+
11
14
  ### Installation
12
15
 
13
16
  To install the rainbow-swap-sdk, use the following npm command:
@@ -69,7 +72,7 @@ if (isActivationRequired) {
69
72
 
70
73
  ### Live example
71
74
 
72
- For a live example of using the SDK, visit [Rainbow Swap repository](https://github.com/0xblackbot/rainbow-swap).
75
+ For a live example of using the SDK, visit [Rainbow Swap 🌈 repository](https://github.com/0xblackbot/rainbow-swap).
73
76
 
74
77
  ### Contact
75
78
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rainbow-swap-sdk",
3
- "version": "1.1.15",
4
- "description": "An SDK for building applications on top of Rainbow Swap",
3
+ "version": "1.1.17",
4
+ "description": "SDK for building applications on top of Rainbow Swap 🌈 - The Next Gen DEX Aggregator on TON 💎.",
5
5
  "repository": "https://github.com/0xblackbot/rainbow-swap-sdk.git",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/index.js",
@@ -39,5 +39,38 @@
39
39
  "publishConfig": {
40
40
  "access": "public",
41
41
  "registry": "https://registry.npmjs.org/"
42
- }
42
+ },
43
+ "keywords": [
44
+ "rainbow-swap",
45
+ "rainbow-swap-sdk",
46
+ "DEX",
47
+ "decentralized-exchange",
48
+ "TON",
49
+ "TON blockchain",
50
+ "decentralized finance",
51
+ "DeFi",
52
+ "swap",
53
+ "token swap",
54
+ "token exchange",
55
+ "crypto",
56
+ "cryptocurrency",
57
+ "blockchain",
58
+ "smart contract",
59
+ "wallet integration",
60
+ "asset exchange",
61
+ "SDK",
62
+ "TypeScript",
63
+ "JavaScript",
64
+ "TON SDK",
65
+ "TON DEX",
66
+ "commission sharing",
67
+ "DApp integration",
68
+ "liquidity",
69
+ "trading",
70
+ "TON tokens",
71
+ "DeFi aggregator",
72
+ "decentralized application",
73
+ "web3",
74
+ "blockchain development"
75
+ ]
43
76
  }