{"id":19145404,"url":"https://github.com/paradigmxyz/local_reth","last_synced_at":"2026-03-04T11:32:17.684Z","repository":{"id":65225050,"uuid":"587932849","full_name":"paradigmxyz/local_reth","owner":"paradigmxyz","description":"Run Reth+Prometheus+Grafana locally via docker-compose","archived":false,"fork":false,"pushed_at":"2023-06-27T14:09:51.000Z","size":462,"stargazers_count":68,"open_issues_count":2,"forks_count":10,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-19T19:11:15.441Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/paradigmxyz.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":"2023-01-11T23:26:44.000Z","updated_at":"2025-05-18T07:25:01.000Z","dependencies_parsed_at":"2024-11-09T07:51:34.236Z","dependency_job_id":null,"html_url":"https://github.com/paradigmxyz/local_reth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paradigmxyz/local_reth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradigmxyz%2Flocal_reth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradigmxyz%2Flocal_reth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradigmxyz%2Flocal_reth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradigmxyz%2Flocal_reth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paradigmxyz","download_url":"https://codeload.github.com/paradigmxyz/local_reth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradigmxyz%2Flocal_reth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30078992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-09T07:40:04.586Z","updated_at":"2026-03-04T11:32:17.664Z","avatar_url":"https://github.com/paradigmxyz.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reth Quick Start\nRun the latest [Reth](https://github.com/paradigmxyz/reth) node locally and monitor it with a Prometheus-powered Grafana dashboard.\n\n## Starting up\n1. Install Docker and Docker Compose\n2. Clone this repository `git clone git@github.com:loren/local_reth.git`\n3. `cd local_reth`\n4. Run `docker-compose up -d`\n5. Verify the node has started up by running `docker-compose logs -f reth`\n6. Run `./watch.sh` to see the stats that Prometheus is collecting\n7. Open \"http://localhost:3000\" in your browser and log into Grafana w/ user: \"admin\", pass: \"admin\" to view the \"reth\" dashboard\n\n## What's happening\n\nBy default, the `docker-compose.yml` file will run a Reth node that \nwill sync up to [Ethereum block 5,000,000](https://etherscan.io/block/5000000). \nThis is a good place to start if you want to test out Reth and don't want to wait for the full sync. \nYou can override this by setting the `RETH_TIP` environment variable to a different block number hash.\n\nThe `docker-compose.yml` file also spins up a Prometheus server and a Grafana server. \nThe Prometheus server will scrape the Reth node and the Grafana server will display the metrics in a dashboard.\n\n![dashboard](dashboard-screenshot.png)\n\n## Interacting with the data\n\nOnce the Reth node has had a chance to sync up, you can interact with the data in the Reth node by using the `db` subcommand.\n\n### Logging into the Reth node\n\n```shell\ndocker exec -it local_reth-reth-1 bash\n```\n\n### Listing the tables\n```shell\nreth/target/release/reth db stats\n```\n\n### Viewing some records\n```shell\nreth/target/release/reth db list --start=1 --len=2 Headers\n```\n\n## Shutting down\n1. Run `docker-compose down`\n\nThe volumes will persist across restarts, so you can start and stop the node as needed.\n\n---\n\n## Acknowledgements\n\nThe Reth repo / binary in use here is maintained at https://github.com/paradigmxyz/reth\n\nThe Prometheus + Grafana docker-compose stack is taken from https://github.com/vegasbrianc/prometheus\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadigmxyz%2Flocal_reth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparadigmxyz%2Flocal_reth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadigmxyz%2Flocal_reth/lists"}