{"id":26288687,"url":"https://github.com/ethereum-navigator/atlas","last_synced_at":"2025-05-07T20:37:14.138Z","repository":{"id":52682624,"uuid":"208036886","full_name":"ethereum-navigator/atlas","owner":"ethereum-navigator","description":"The single source of truth for all Ethereum networks.","archived":false,"fork":false,"pushed_at":"2022-04-29T07:48:49.000Z","size":53,"stargazers_count":24,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T20:37:05.655Z","etag":null,"topics":["atlas","blockchain","ethereum","json","networks"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ethereum-navigator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-12T11:37:34.000Z","updated_at":"2025-01-05T12:58:23.000Z","dependencies_parsed_at":"2022-08-21T00:00:19.767Z","dependency_job_id":null,"html_url":"https://github.com/ethereum-navigator/atlas","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethereum-navigator%2Fatlas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethereum-navigator%2Fatlas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethereum-navigator%2Fatlas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethereum-navigator%2Fatlas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethereum-navigator","download_url":"https://codeload.github.com/ethereum-navigator/atlas/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252954125,"owners_count":21830892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["atlas","blockchain","ethereum","json","networks"],"created_at":"2025-03-14T22:14:22.138Z","updated_at":"2025-05-07T20:37:14.106Z","avatar_url":"https://github.com/ethereum-navigator.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Ethereum Navigator\n\nImagine you are on a ship staring at the horizon. Suddenly you see an island, are you curious which island it is?\n\nEthereum Navigator is a tool to navigate thru the endless amount of networks in the Ethereum universe.\n\n\n## Atlas\n\nThe single source of truth for all Ethereum networks.\n\n### Installation\n\n```bash\nnpm install --save @ethereum-navigator/atlas\n```\n\n\n### Usage\n\n```javascript\nconst atlas = require('@ethereum-navigator/atlas')\n```\n\n\n### Schema\n\nSample entry of the atlas:\n\n```json\n[\n  {\n    \"name\": \"Sokol\",\n    \"project\": \"POA.network\",\n    \"type\": \"testnet\",\n    \"networkId\": \"0x4d\",\n    \"rpcUrl\": \"https://sokol.poa.network\"\n  }\n]\n```\n\nName         | Description                                       | Type      | Pattern                         | Sample Value\n-------------|---------------------------------------------------|-----------|------------------------------------|----------------------------------------\nname         | The name of the network                           | `string`  |                                    | `Sokol`\nnetworkId    | The hex representation of the networkId           | `string`  | Start with `0x`                    | `0x4d`\nchainId*     | The hex representation of the chainId             | `string`  | Start with `0x`                    | `0x3d`\nproject*     | The name of the project that started this network | `string`  |                                    | `POA.network`\ntype*        | The type of the network                           | `string`  | `testnet` or `mainnet`             | `testnet`\nrpcUrl*      | A sample RPC endpoint                             | `string`  | start with `http://` or `https://` | `https://sokol.poa.network`\nexplorerUrl* | URL to network explorer                           | `string`  | start with `http://` or `https://` | `https://submarine.oceanprotocol.com`\n\n\\* = optional\n\nFor for information see [atlas.schema.json](atlas.schema.json)\n\n### Networks\n\nAll data can be found here: [atlas.json](atlas.json)\n\nNetwork Name                   | Type     | NetworkId       | ChainId   | Project\n-------------------------------|----------|-----------------|-----------|------------------------\nEthereum                       | mainnet  | `0x1`           |           | Ethereum\nExpanse                        | testnet  | `0x1`           | `0x2`     | Ethereum\nUbiq                           | mainnet  | `0x1`           | `0x8`     |\nEthereum Classic               | mainnet  | `0x1`           | `0x3d`    | Ethereum Classic\nEtherInc                       | mainnet  | `0x1`           | `0x65`    |\nCallisto                       | mainnet  | `0x1`           | `0x334`   |\nTeslafunds                     | mainnet  | `0x1`           | `0x740`   |\nEthersocial                    | mainnet  | `0x1`           | `0x797e`  |\nUbiq                           | testnet  | `0x2`           | `0x9`     |\nMorden                         | testnet  | `0x2`           | `0x3e`    | Ethereum Classic\nCallisto                       | testnet  | `0x2`           | `0x335`   |\nRopsten                        | testnet  | `0x3`           | `0x3`     | Ethereum\nRinkeby                        | testnet  | `0x4`           | `0x4`     | Ethereum\nGörli                          | testnet  | `0x5`           | `0x5`     | Ethereum\nKotti                          | testnet  | `0x6`           | `0x6`     | Ethereum Classic\nMordor                         | testnet  | `0x7`           | `0x3f`    | Ethereum Classic\nMetadium                       | mainnet  | `0xb`           |           |\nMetadium                       | testnet  | `0xc`           |           |\nDevelopment Chain              | testnet  | `0x11`          |           | Parity\nThunderCore                    | testnet  | `0x12`          |           |\nL14                            | testnet  | `0x16`          |           | LUKSO.network\nRSK                            | mainnet  | `0x1e`          |           |\nRSK                            | testnet  | `0x1f`          |           |\nKovan                          | testnet  | `0x2a`          |           | Ethereum\nGoChain                        | mainnet  | `0x3c`          |           |\nEllaism                        | mainnet  | `0x40`          |           |\nMix                            | mainnet  | `0x4c`          |           |\nSokol                          | testnet  | `0x4d`          |           | POA.network\nTomoChain                      | mainnet  | `0x58`          |           |\nCore                           | mainnet  | `0x63`          |           | POA.network\nxDai                           | mainnet  | `0x64`          |           | xDai\nHigh Performance Blockchain    | mainnet  | `0x64`          | `0x10d`   |\nThunderCore                    | mainnet  | `0x6c`          |           |\nPolygon (Matic Network)        | mainnet  | `0x89`          | `0x89`    | Polygon (Matic Network)\nLightstreams                   | testnet  | `0xa2`          |           |\nLightstreams                   | mainnet  | `0xa3`          |           |\nEnergy Web Chain               | mainnet  | `0xf6`          |           | Energy Web Foundation\nLisinski                       | mainnet  | `0x181`         |           |\nNepal Blockchain               | mainnet  | `0x3d1`         |           |\nEtherGem                       | mainnet  | `0x7c3`         |           |\nDuero                          | testnet  | `0x897`         |           | Ocean Protocol\nNile                           | testnet  | `0x2323`        |           | Ocean Protocol\nSpree                          | testnet  | `0x2324`        |           | Ocean Protocol\nWebchain                       | mainnet  | `0x9109`        | `0x5fa4`  |\nBaklava                        | testnet  | `0x9CB8`        |           | Celo\nRC1                            | mainnet  | `0xA4EC`        |           | Celo\nAlfajores                      | testnet  | `0xaef2`        |           | Celo\nVolta                          | testnet  | `0x12047`       |           | Energy Web Foundation\nMumbai Testnet                 | testnet  | `0x13881`       | `0x13881` | Polygon (Matic Network)\nAkaroma                        | mainnet  | `0x30fb1`       |           |\nARTIS sigma1                   | mainnet  | `0x3c301`       | `0x3c301` | lab10 collective\nARTIS tau1                     | testnet  | `0x3c401`       | `0x3c401` | lab10 collective\nPacific                        | mainnet  | `0xCEA11`       |           | Ocean Protocol\nEther-1                        | mainnet  | `0x14095a`      |           |\nXerom                          | mainnet  | `0x140adc`      |           |\nMusicoin                       | mainnet  | `0x76740F`      |           |\nAtheios                        | mainnet  | `0xab71e5`      | `0x654`   |\nPepChain Churchill             | testnet  | `0xcc07c9`      |           |\nIOLite                         | mainnet  | `0x1171337`     |           |\nAuxilium                       | mainnet  | `0x1b9ac4e`     |           |\nAquachain                      | mainnet  | `0x3adbc39`     |           |\nIPOS                           | mainnet  | `0x42e576f7`    |           |\nPirl                           | mainnet  | `0xba4dc610`    |           |\n\nNetworks: 63 Mainnets: 37 Testnets: 26\n\n\n### License\n\n```text\nMIT License\n\nCopyright (c) 2019-2021 Sebastian Gerske\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethereum-navigator%2Fatlas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethereum-navigator%2Fatlas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethereum-navigator%2Fatlas/lists"}