Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:17:46 +08:00
commit 99cc5198a8
14 changed files with 2083 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "on-chain-analytics",
"description": "Analyze on-chain metrics including whale movements, network activity, and holder distribution",
"version": "1.0.0",
"author": {
"name": "Intent Solutions IO",
"email": "jeremy@intentsolutions.ai",
"url": "https://intentsolutions.ai"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}