provides metadata for chains
Go to file
chandanthundercore 87ba6bd59f
Add ThunderCore's chainids to the chainids list
ThunderCore (ThunderCore.com) is an EVM compatible blockchain. It's testnet and mainnet are already live. We were redirected to this github page by the approver of this pull request: https://github.com/ethereum/EIPs/pull/1755 

Please merge these chainid changes to avoid any conflicts.
2019-03-08 09:21:50 -08:00
_data Add ThunderCore's chainids to the chainids list 2019-03-08 09:21:50 -08:00
_includes Checking in just-the-docs theme, create a chains page with links to each section 2019-01-25 10:28:05 -08:00
_layouts Checking in just-the-docs theme, create a chains page with links to each section 2019-01-25 10:28:05 -08:00
_posts Basic Jekyll site with just-the-docs theme 2018-12-20 12:09:37 -08:00
_sass Checking in just-the-docs theme, create a chains page with links to each section 2019-01-25 10:28:05 -08:00
.github/ISSUE_TEMPLATE Add new RPC field to issue template 2019-02-09 12:53:33 +01:00
assets Checking in just-the-docs theme, create a chains page with links to each section 2019-01-25 10:28:05 -08:00
_config.yml Checking in just-the-docs theme, create a chains page with links to each section 2019-01-25 10:28:05 -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 Checking in just-the-docs theme, create a chains page with links to each section 2019-01-25 10:28:05 -08:00
chains.json Basic Jekyll site with just-the-docs theme 2018-12-20 12:09:37 -08:00
chains.md Checking in just-the-docs theme, create a chains page with links to each section 2019-01-25 10:28:05 -08:00
CNAME Create CNAME 2019-01-31 08:39:11 -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 Checking in just-the-docs theme, create a chains page with links to each section 2019-01-25 10:28:05 -08:00
LICENSE Initial commit 2018-12-20 18:53:11 +01:00
README.md update README 2019-02-11 10:22:12 -07: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,
  "rpc": ["https://mainnet.infura.io/", "https://api.mycryptoapi.com/eth"]
}