{"id":19068121,"url":"https://github.com/dvisacker/arbitrum-node","last_synced_at":"2026-03-01T11:01:57.865Z","repository":{"id":255969496,"uuid":"854006923","full_name":"Dvisacker/arbitrum-node","owner":"Dvisacker","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-08T06:29:47.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T03:28:49.046Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dvisacker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-08T06:27:24.000Z","updated_at":"2024-09-12T16:03:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0006b62-4130-4735-bd2c-4fa31ad003df","html_url":"https://github.com/Dvisacker/arbitrum-node","commit_stats":null,"previous_names":["dvisacker/local-arbitrum-node","dvisacker/arbitrum-node"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dvisacker/arbitrum-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dvisacker%2Farbitrum-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dvisacker%2Farbitrum-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dvisacker%2Farbitrum-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dvisacker%2Farbitrum-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dvisacker","download_url":"https://codeload.github.com/Dvisacker/arbitrum-node/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dvisacker%2Farbitrum-node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29967931,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T10:55:55.490Z","status":"ssl_error","status_checked_at":"2026-03-01T10:55:55.175Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-09T01:05:49.207Z","updated_at":"2026-03-01T11:01:57.827Z","avatar_url":"https://github.com/Dvisacker.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arbitrum Node Setup\n\nThis repository contains the configuration files to run an Arbitrum node using Docker Compose.\n\n## Requirements\n\n- Docker\n- Docker Compose\n- RPC urls for Ethereum Mainnet and Beacon Chain\n\n## Setup Instructions\n\n1. Clone this repository (or download the files):\n   ```\n   git clone \u003crepository-url\u003e\n   cd \u003crepository-directory\u003e\n   ```\n\n2. Create a `.env` file in the root directory of the project:\n   ```\n   cp .env.example .env\n   ```\n\n3. Edit the `.env` file and replace the placeholder values with your actual URLs:\n   ```\n   PARENT_CHAIN_URL=\u003cyour-ethereum-mainnet-url\u003e\n   BEACON_URL=\u003cyour-ethereum-beacon-chain-url\u003e\n   ```\n\n4. Give enough resources to docker (Docker Desktop -\u003e Settings -\u003e Resources). In particular ~1TB of disk space is recommended.\n\n## Running the Node\n\nTo start the Arbitrum node:\n\n```\ndocker-compose up -d\n```\n\nThis will start the node in detached mode. You can view the logs with:\n\n```\ndocker-compose logs -f\n```\n\n## Stopping the Node\n\nTo stop the Arbitrum node:\n\n```\ndocker-compose down\n```\n\n## Additional Information\n\n- The bulk of the data is stored in the docker data directory (on MacOS, this is `~/Library/Containers/com.docker.docker/Data/vms/0/data/`).\n- The node exposes RPC on ports 8547 and 8548.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvisacker%2Farbitrum-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvisacker%2Farbitrum-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvisacker%2Farbitrum-node/lists"}