← All plugins
blockchain-explorer-cli
v1.30.0Command-line blockchain explorer for transactions, addresses, and contracts
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/crypto/blockchain-explorer-cli/ inside the repository.
Layout
plugins/crypto/blockchain-explorer-cli/
├── .claude-plugin/plugin.json└── skills/exploring-blockchain-data/SKILL.md
Skills1
exploring-blockchain-dataskills/exploring-blockchain-data/SKILL.md
Process query and analyze blockchain data including blocks, transactions, and smart contracts. Use when querying blockchain data and transactions. Trigger with phrases like "explore blockchain", "query transactions", or "check on-chain data".
Manifests1
plugins/crypto/blockchain-explorer-cli/.claude-plugin/plugin.json
{
"name": "blockchain-explorer-cli",
"version": "1.30.0",
"description": "Command-line blockchain explorer for transactions, addresses, and contracts",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"blockchain",
"explorer",
"etherscan",
"transactions",
"addresses",
"contracts"
]
}