evm

Query cross-chain EVM wallet, token, and gas data via JSON-RPC.

150|25|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/Devsoul2026/Hermes-One-Click --skill evm-devsoul2026
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evm
Source: https://github.com/Devsoul2026/Hermes-One-Click/tree/main/hermes-agent/optional-skills/blockchain/evm
Command: npx skills add https://github.com/Devsoul2026/Hermes-One-Click --skill evm-devsoul2026

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Users need a single, lightweight tool to fetch wallets, tokens, gas, and related data across multiple EVM-compatible networks without juggling multiple services.

Core Features & Use Cases

  • Wallet portfolios: view native balances and ERC-20 tokens across eight chains.
  • Token metadata and pricing: retrieve symbol, decimals, total supply, and USD price (via CoinGecko or contract lookup).
  • Cross-chain insights: access transactions, activity, gas estimates, whale movements, and network stats in one CLI.
  • Contract inspection: decode common patterns (proxy, ERC standards) and retrieve basic metadata.

Quick Start

Run the evm_client.py script to fetch a wallet's balance, token data, and recent transactions across all eight chains.

Frequently Asked Questions about evm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query wallet balances and ERC-20 tokens across multiple EVM chains?

Query wallet balances and ERC-20 tokens across multiple EVM chains by running a Python script that fetches native balances, token metadata, and recent transactions from a configurable JSON-RPC endpoint across eight networks.

Can I retrieve token metadata and USD pricing for cross-chain EVM data?

Retrieve token metadata and USD pricing for cross-chain EVM data by looking up symbol, decimals, and total supply via contract inspection, with optional USD price lookups fetched directly from CoinGecko.

Do I need external dependencies to inspect EVM smart contracts and proxy patterns?

Inspecting EVM smart contracts and proxy patterns requires no external dependencies, only Python 3.8+ with the standard library and a configurable JSON-RPC endpoint provided via the EVM_RPC_URL environment variable.

What's the best way to track gas estimates and network stats across EVM-compatible networks?

Track gas estimates and network stats across EVM-compatible networks by accessing cross-chain insights through a single lightweight CLI that aggregates transactions, activity, and whale movements across eight chains.

Does this cross-chain EVM data tool support ENS resolution?

Cross-chain EVM data querying supports ENS resolution alongside wallet portfolios, transaction details, and contract inspection for common standards across all eight supported networks.

How do I run a script to fetch recent transactions across eight EVM chains?

Fetch recent transactions across eight EVM chains by running the evm_client.py script, which queries a configured JSON-RPC endpoint to retrieve wallet activity and cross-chain insights end-to-end.