What problem does it solve?
Finding reliable RPC endpoints, native currency details, block explorers, and faucet URLs for EVM-compatible chains usually requires manual searching across scattered sources. This Skill queries the public Chainlist registry through Nethereum.DataServices to retrieve structured chain metadata programmatically.
Core Features & Use Cases
- Chain Discovery: Retrieve the full registry of EVM chains or look up a specific chain by its numeric chain ID.
- RPC Endpoint Listing: Access RPC URLs per chain along with tracking policies and open-source flags.
- Network Metadata: Get native currency details, block explorers, testnet faucets, and supported features like EIP-1559.
- Use Case: When configuring a .NET application to connect to Polygon, use this Skill to fetch chain ID 137's RPC endpoints, currency symbol, and explorer URLs without hardcoding values.
Quick Start
Ask the AI to look up the RPC endpoints and native currency for a given EVM chain ID using the Chainlist registry via Nethereum.DataServices.