0.7.3 • Published 3 years ago

@ethereum-navigator/atlas v0.7.3

Weekly downloads
148
License
MIT
Repository
github
Last release
3 years ago

Ethereum Navigator

Imagine you are on a ship staring at the horizon. Suddenly you see an island, are you curious which island it is?

Ethereum Navigator is a tool to navigate thru the endless amount of networks in the Ethereum universe.

Atlas

The single source of truth for all Ethereum networks.

Installation

npm install --save @ethereum-navigator/atlas

Usage

const atlas = require('@ethereum-navigator/atlas')

Schema

Sample entry of the atlas:

[
  {
    "name": "Sokol",
    "project": "POA.network",
    "type": "testnet",
    "networkId": "0x4d",
    "rpcUrl": "https://sokol.poa.network"
  }
]
NameDescriptionTypePatternSample Value
nameThe name of the networkstringSokol
networkIdThe hex representation of the networkIdstringStart with 0x0x4d
chainId*The hex representation of the chainIdstringStart with 0x0x3d
project*The name of the project that started this networkstringPOA.network
type*The type of the networkstringtestnet or mainnettestnet
rpcUrl*A sample RPC endpointstringstart with http:// or https://https://sokol.poa.network
explorerUrl*URL to network explorerstringstart with http:// or https://https://submarine.oceanprotocol.com

* = optional

For for information see atlas.schema.json

Networks

All data can be found here: atlas.json

Network NameTypeNetworkIdChainIdProject
Ethereummainnet0x1Ethereum
Expansetestnet0x10x2Ethereum
Ubiqmainnet0x10x8
Ethereum Classicmainnet0x10x3dEthereum Classic
EtherIncmainnet0x10x65
Callistomainnet0x10x334
Teslafundsmainnet0x10x740
Ethersocialmainnet0x10x797e
Ubiqtestnet0x20x9
Mordentestnet0x20x3eEthereum Classic
Callistotestnet0x20x335
Ropstentestnet0x30x3Ethereum
Rinkebytestnet0x40x4Ethereum
Görlitestnet0x50x5Ethereum
Kottitestnet0x60x6Ethereum Classic
Mordortestnet0x70x3fEthereum Classic
Metadiummainnet0xb
Metadiumtestnet0xc
Development Chaintestnet0x11Parity
ThunderCoretestnet0x12
L14testnet0x16LUKSO.network
RSKmainnet0x1e
RSKtestnet0x1f
Kovantestnet0x2aEthereum
GoChainmainnet0x3c
Ellaismmainnet0x40
Mixmainnet0x4c
Sokoltestnet0x4dPOA.network
TomoChainmainnet0x58
Coremainnet0x63POA.network
xDaimainnet0x64xDai
High Performance Blockchainmainnet0x640x10d
ThunderCoremainnet0x6c
Polygon (Matic Network)mainnet0x890x89Polygon (Matic Network)
Lightstreamstestnet0xa2
Lightstreamsmainnet0xa3
Energy Web Chainmainnet0xf6Energy Web Foundation
Lisinskimainnet0x181
Nepal Blockchainmainnet0x3d1
EtherGemmainnet0x7c3
Duerotestnet0x897Ocean Protocol
Niletestnet0x2323Ocean Protocol
Spreetestnet0x2324Ocean Protocol
Webchainmainnet0x91090x5fa4
Baklavatestnet0x9CB8Celo
RC1mainnet0xA4ECCelo
Alfajorestestnet0xaef2Celo
Voltatestnet0x12047Energy Web Foundation
Mumbai Testnettestnet0x138810x13881Polygon (Matic Network)
Akaromamainnet0x30fb1
ARTIS sigma1mainnet0x3c3010x3c301lab10 collective
ARTIS tau1testnet0x3c4010x3c401lab10 collective
Pacificmainnet0xCEA11Ocean Protocol
Ether-1mainnet0x14095a
Xerommainnet0x140adc
Musicoinmainnet0x76740F
Atheiosmainnet0xab71e50x654
PepChain Churchilltestnet0xcc07c9
IOLitemainnet0x1171337
Auxiliummainnet0x1b9ac4e
Aquachainmainnet0x3adbc39
IPOSmainnet0x42e576f7
Pirlmainnet0xba4dc610

Networks: 63 Mainnets: 37 Testnets: 26

License

MIT License

Copyright (c) 2019-2021 Sebastian Gerske

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
0.7.2

3 years ago

0.7.3

3 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.1

4 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago