provides metadata for chains
Go to file
2019-08-12 15:49:32 +02:00
_data/chains fix script\ 2019-06-17 18:09:18 +02: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
.ci Migrate to new kontinuum config 2019-05-21 01:48:56 +02:00
.github/ISSUE_TEMPLATE Add nativeCurrency - closes #66 and add chains_mini.json 2019-05-22 23:41:52 +02: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
gradle/wrapper Use gradle 5.5.1 2019-08-12 15:49:32 +02:00
scripts update verify.js 2019-07-02 12:18:44 +02:00
src Migrate to Kethereum 0.76.0 2019-08-12 15:49:32 +02: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 add verify-script and run through data 2019-06-17 17:45:49 +02:00
404.html Basic Jekyll site with just-the-docs theme 2018-12-20 12:09:37 -08:00
about.md merge master and resolve conflicts 2019-04-24 17:52:17 +02:00
build.gradle Use okhttp 4.0.1 2019-08-12 15:49:32 +02:00
chains_mini.json Add nativeCurrency - closes #66 and add chains_mini.json 2019-05-22 23:41:52 +02:00
chains.json Add nativeCurrency - closes #66 and add chains_mini.json 2019-05-22 23:41:52 +02:00
chains.md Add nativeCurrency - closes #66 and add chains_mini.json 2019-05-22 23:41:52 +02: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
gradlew Use gradle 5.5.1 2019-08-12 15:49:32 +02:00
gradlew.bat Use gradle 5.5.1 2019-08-12 15:49:32 +02:00
index.md Add nativeCurrency - closes #66 and add chains_mini.json 2019-05-22 23:41:52 +02:00
LICENSE Initial commit 2018-12-20 18:53:11 +01:00
README.md update README 2019-07-02 12:02:07 +02:00

EVM-based Chains

Listed by chainId according to EIP-155

Data source available on _data/chains.json

Example

{
  "name": "Ethereum Mainnet",
  "chain": "ETH",
  "network": "mainnet",
  "rpc": [
    "https://mainnet.infura.io/v3/${INFURA_API_KEY}",
    "https://api.mycryptoapi.com/eth"
  ],
  "faucets": [],
  "nativeCurrency": {
    "name": "Ether",
    "symbol": "ETH",
    "decimals": 18
  },
  "infoURL": "https://ethereum.org",
  "shortName": "eth",
  "chainId": 1,
  "networkId": 1
}

## Scripts

  1. Install dependencies
cd scripts && npm install
  1. Verify chainId and networkId
node scripts/verify.js