provides metadata for chains
Go to file
ligi 624e40d375
Merge pull request #14 from pyskell/patch-1
Add Ethereum Classic's Kotti PoA Testnet
2019-01-23 20:17:08 +01:00
_data Add Ethereum Classic's Kotti PoA Testnet 2019-01-23 14:11:04 -05:00
_posts Basic Jekyll site with just-the-docs theme 2018-12-20 12:09:37 -08:00
.github/ISSUE_TEMPLATE Update issue templates 2018-12-20 12:58:58 -08:00
_config.yml Basic Jekyll site with just-the-docs theme 2018-12-20 12:09:37 -08:00
.gitignore Basic Jekyll site with just-the-docs theme 2018-12-20 12:09:37 -08:00
404.html Basic Jekyll site with just-the-docs theme 2018-12-20 12:09:37 -08:00
about.md Pointing to proper repo 2019-01-15 08:46:54 -08:00
chains.json Basic Jekyll site with just-the-docs theme 2018-12-20 12:09:37 -08:00
Gemfile Basic Jekyll site with just-the-docs theme 2018-12-20 12:09:37 -08:00
Gemfile.lock Basic Jekyll site with just-the-docs theme 2018-12-20 12:09:37 -08:00
index.md Basic Jekyll site with just-the-docs theme 2018-12-20 12:09:37 -08:00
LICENSE Initial commit 2018-12-20 18:53:11 +01:00
README.md Update README.md 2018-12-20 20:43:59 +00:00

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
}