solana-agent-kit-plugin-madeonsol 1.7.2 โ 1.7.3
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 +7 -0
- package/package.json +14 -1
package/README.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# solana-agent-kit-plugin-madeonsol
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/solana-agent-kit-plugin-madeonsol)
|
|
4
|
+
[](https://www.npmjs.com/package/solana-agent-kit-plugin-madeonsol)
|
|
5
|
+
[](https://github.com/sendaifun/solana-agent-kit)
|
|
6
|
+
[](LICENSE)
|
|
7
|
+
|
|
8
|
+
> ๐ **[API docs](https://madeonsol.com/api-docs)** ยท ๐ฐ **[Free API key](https://madeonsol.com/pricing)** ยท ๐ค **[Solana Agent Kit](https://github.com/sendaifun/solana-agent-kit)**
|
|
9
|
+
|
|
3
10
|
[Solana Agent Kit](https://github.com/sendaifun/solana-agent-kit) plugin for [MadeOnSol](https://madeonsol.com) โ Solana KOL intelligence, deployer analytics, and wallet tracking.
|
|
4
11
|
|
|
5
12
|
> Real-time Solana trading intelligence: track 1,000+ KOL wallets with <3s latency, score 6,700+ Pump.fun deployers by reputation, detect multi-KOL coordination signals, monitor any Solana wallet for swaps and transfers, and stream every DEX trade. Free tier: 200 requests/day at [madeonsol.com/pricing](https://madeonsol.com/pricing) โ no credit card required.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solana-agent-kit-plugin-madeonsol",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.3",
|
|
4
4
|
"description": "Solana Agent Kit plugin for MadeOnSol โ KOL intelligence and deployer analytics via x402 micropayments",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -17,9 +17,22 @@
|
|
|
17
17
|
"keywords": [
|
|
18
18
|
"solana",
|
|
19
19
|
"agent-kit",
|
|
20
|
+
"solana-agent-kit",
|
|
21
|
+
"sendaifun",
|
|
22
|
+
"plugin",
|
|
23
|
+
"ai-agent",
|
|
20
24
|
"x402",
|
|
21
25
|
"kol",
|
|
26
|
+
"kol-tracker",
|
|
22
27
|
"trading",
|
|
28
|
+
"memecoin",
|
|
29
|
+
"memecoin-tracker",
|
|
30
|
+
"pumpfun",
|
|
31
|
+
"deployer-hunter",
|
|
32
|
+
"alpha",
|
|
33
|
+
"alpha-bot",
|
|
34
|
+
"smart-money",
|
|
35
|
+
"copy-trading",
|
|
23
36
|
"madeonsol"
|
|
24
37
|
],
|
|
25
38
|
"license": "MIT",
|