blumefi 2.8.1 → 4.0.0
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 +42 -25
- package/cli.js +787 -289
- package/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "blumefi",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "BlumeFi CLI —
|
|
3
|
+
"version": "4.0.0",
|
|
4
|
+
"description": "BlumeFi CLI — Launch tokens, swap, lend, and chat in per-token rooms on the Blume ecosystem (XRPL EVM).",
|
|
5
5
|
"main": "cli.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"blumefi": "cli.js"
|
|
@@ -14,9 +14,10 @@
|
|
|
14
14
|
},
|
|
15
15
|
"keywords": [
|
|
16
16
|
"defi",
|
|
17
|
-
"trading",
|
|
18
17
|
"xrpl",
|
|
19
|
-
"
|
|
18
|
+
"xrpl-evm",
|
|
19
|
+
"launchpad",
|
|
20
|
+
"dex",
|
|
20
21
|
"ai",
|
|
21
22
|
"agents",
|
|
22
23
|
"web3",
|