{"id":19306004,"url":"https://github.com/boundless-forest/eth-chains-cli","last_synced_at":"2026-04-20T14:03:24.156Z","repository":{"id":116960007,"uuid":"580219861","full_name":"boundless-forest/eth-chains-cli","owner":"boundless-forest","description":"A simple command tool for querying RPC, Token info of the Ethereum chains.","archived":false,"fork":false,"pushed_at":"2024-01-22T01:53:27.000Z","size":143,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T16:58:52.957Z","etag":null,"topics":["chains","cli","ethereum"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boundless-forest.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-20T02:27:03.000Z","updated_at":"2024-01-16T07:42:48.000Z","dependencies_parsed_at":"2024-11-10T00:03:51.927Z","dependency_job_id":"3fcea2ef-b84e-4ec2-914f-8c850bb22d88","html_url":"https://github.com/boundless-forest/eth-chains-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boundless-forest/eth-chains-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boundless-forest%2Feth-chains-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boundless-forest%2Feth-chains-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boundless-forest%2Feth-chains-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boundless-forest%2Feth-chains-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boundless-forest","download_url":"https://codeload.github.com/boundless-forest/eth-chains-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boundless-forest%2Feth-chains-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32050451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chains","cli","ethereum"],"created_at":"2024-11-10T00:03:48.865Z","updated_at":"2026-04-20T14:03:24.108Z","avatar_url":"https://github.com/boundless-forest.png","language":"Rust","readme":"Inspired by [ethereum chains](https://github.com/ethereum-lists/chains).\n\nA simple tool for querying RPC, Token info of the Ethereum chains.\n\n## Install\n\n```sh\ncargo install eth-chains-cli\n```\n\n## Usage\n\n- Get chain info by id\n\n```sh\n$ eth-chains-cli by-id --id 1\n\n╭-----------------+-------------------------------------------------╮\n| ITEMS           | VALUE                                           |\n+===================================================================+\n| CHAIN_NAME      | Ethereum Mainnet                                |\n|-----------------+-------------------------------------------------|\n| CHAIN_ID        | 1                                               |\n|-----------------+-------------------------------------------------|\n| NATIVE_CURRENCY | Ether                                           |\n|-----------------+-------------------------------------------------|\n| SYMBOL          | ETH                                             |\n|-----------------+-------------------------------------------------|\n| DECIMALS        | 18                                              |\n|-----------------+-------------------------------------------------|\n| NETWORK         | 1                                               |\n|-----------------+-------------------------------------------------|\n| INFO            | https://ethereum.org                            |\n|-----------------+-------------------------------------------------|\n| RPC             | https://mainnet.infura.io/v3/${INFURA_API_KEY}  |\n|                 | wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY} |\n|                 | https://api.mycryptoapi.com/eth                 |\n|                 | https://cloudflare-eth.com                      |\n|                 | https://ethereum.publicnode.com                 |\n|                 | wss://ethereum.publicnode.com                   |\n|                 | https://mainnet.gateway.tenderly.co             |\n|                 | wss://mainnet.gateway.tenderly.co               |\n|                 | https://rpc.blocknative.com/boost               |\n|                 | https://rpc.flashbots.net                       |\n|                 | https://rpc.flashbots.net/fast                  |\n|                 | https://rpc.mevblocker.io                       |\n|                 | https://rpc.mevblocker.io/fast                  |\n|                 | https://rpc.mevblocker.io/noreverts             |\n|                 | https://rpc.mevblocker.io/fullprivacy           |\n|-----------------+-------------------------------------------------|\n| FAUCETS         | None                                            |\n|-----------------+-------------------------------------------------|\n| EXPLORERS       | etherscan https://etherscan.io                  |\n|                 | blockscout https://eth.blockscout.com           |\n|                 | dexguru https://ethereum.dex.guru               |\n|-----------------+-------------------------------------------------|\n| FEATURES        | EIP155                                          |\n|                 | EIP1559                                         |\n╰-----------------+-------------------------------------------------╯\n```\n\n- Get chain by name\n\n```sh\n$ eth-chains-cli by-name -n \"Ethereum\"\n\n╭------------------------+----------------------╮\n| Candidate Chain's Name | Candidate Chain's ID |\n+===============================================+\n| Ethereum Mainnet       | 1                    |\n|------------------------+----------------------|\n| Ethereum Classic       | 61                   |\n|------------------------+----------------------|\n| ethereum Fair          | 513100               |\n╰------------------------+----------------------╯\n```\n\n- Get all chains list\n\n```sh\n$ eth-chains-cli list\n\n╭──────────────────────┬──────────┬───────────────────────┬────────┬──────────╮\n│ CHAIN_NAME           ┆ CHAIN_ID ┆ NATIVE_CURRENCY       ┆ SYMBOL ┆ DECIMALS │\n╞══════════════════════╪══════════╪═══════════════════════╪════════╪══════════╡\n│ Ethereum Mainnet     ┆ 1        ┆ Ether                 ┆ ETH    ┆ 18       │\n├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌┤\n│ Expanse Network      ┆ 2        ┆ Expanse Network Ether ┆ EXP    ┆ 18       │\n├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌┤\n│ Ropsten              ┆ 3        ┆ Ropsten Ether         ┆ ETH    ┆ 18       │\n├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌┤\n│ Rinkeby              ┆ 4        ┆ Rinkeby Ether         ┆ ETH    ┆ 18       │\n├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌┤\n│ Goerli               ┆ 5        ┆ Goerli Ether          ┆ ETH    ┆ 18       │\n├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌┤\n│ Kotti Testnet        ┆ 6        ┆ Kotti Ether           ┆ KOT    ┆ 18       │\n├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌┤\n│ ThaiChain            ┆ 7        ┆ ThaiChain Ether       ┆ TCH    ┆ 18       │\n├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌┤\n│ Ubiq                 ┆ 8        ┆ Ubiq Ether            ┆ UBQ    ┆ 18       │\n├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌┤\n│ Ubiq Network Testnet ┆ 9        ┆ Ubiq Testnet Ether    ┆ TUBQ   ┆ 18       │\n├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌┤\n│ OP Mainnet           ┆ 10       ┆ Ether                 ┆ ETH    ┆ 18       │\n╰──────────────────────┴──────────┴───────────────────────┴────────┴──────────╯\n\n.....\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboundless-forest%2Feth-chains-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboundless-forest%2Feth-chains-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboundless-forest%2Feth-chains-cli/lists"}