{"id":26288690,"url":"https://github.com/ethereum-navigator/navigator","last_synced_at":"2025-05-07T20:37:13.724Z","repository":{"id":35111308,"uuid":"208037000","full_name":"ethereum-navigator/navigator","owner":"ethereum-navigator","description":"An access layer on top of the ethereum-navigator/atlas written in pure JavaScript.","archived":false,"fork":false,"pushed_at":"2023-02-03T04:59:40.000Z","size":1289,"stargazers_count":4,"open_issues_count":6,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T20:37:04.413Z","etag":null,"topics":["atlas","blockchain","ethereum","javascript","network"],"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:38:05.000Z","updated_at":"2022-03-24T16:21:09.000Z","dependencies_parsed_at":"2023-02-18T03:31:28.544Z","dependency_job_id":null,"html_url":"https://github.com/ethereum-navigator/navigator","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethereum-navigator%2Fnavigator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethereum-navigator%2Fnavigator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethereum-navigator%2Fnavigator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethereum-navigator%2Fnavigator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethereum-navigator","download_url":"https://codeload.github.com/ethereum-navigator/navigator/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","javascript","network"],"created_at":"2025-03-14T22:14:22.818Z","updated_at":"2025-05-07T20:37:13.700Z","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## Navigator\n\nAn access layer on top of the ethereum-navigator/atlas written in pure JavaScript.\n\n\n### Installation\n\n```bash\nnpm install --save @ethereum-navigator/navigator\n```\n\n### API\n\n```text\nGet network from JSON-RPC\nnavigate({ rpcUrl: string }) returns: network\n\nGet network from networkId and / or chainId\nlookup(networkId: string, chainId*: string) returns: network\n```\n\n\\* = optional\n\n### Usage\n\n```javascript\nconst { navigate } = require('@ethereum-navigator/navigator');\n\nconst network = await navigate({\n    rpcUrl: \"https://your-rpc-url\"\n})\n```\n\n```javascript\nconst { lookup } = require('@ethereum-navigator/navigator');\n\nconst networkIdHex = '0x1';\n\nconst network = lookup(networkIdHex)\n```\n\n### License\n\n```text\nMIT License\n\nCopyright (c) 2019 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%2Fnavigator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethereum-navigator%2Fnavigator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethereum-navigator%2Fnavigator/lists"}