METADIUM / chains

provides metadata for networkIDs and chainIDs

Home Page:https://chainid.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EVM-based Chains

Listed by chainId according to EIP-155

Data source available on _data/chains.json

Example Format

{
  "name": "Ethereum Mainnet",
  "short_name": "eth",
  "chain": "ETH",
  "network": "mainnet",
  "chain_id": 1,
  "network_id": 1,
  "rpc": ["https://mainnet.infura.io/", "https://api.mycryptoapi.com/eth"]
}

About

provides metadata for networkIDs and chainIDs

https://chainid.network

License:MIT License


Languages

Language:CSS 72.2%Language:HTML 13.6%Language:JavaScript 9.3%Language:Ruby 4.9%