{"id":24016898,"url":"https://github.com/Quertyy/reth-private-transaction","last_synced_at":"2025-09-14T17:31:03.160Z","repository":{"id":268186037,"uuid":"903566531","full_name":"Quertyy/reth-private-transaction","owner":"Quertyy","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-15T01:56:11.000Z","size":54,"stargazers_count":27,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T09:02:56.716Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/Quertyy.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-12-14T23:39:48.000Z","updated_at":"2025-01-07T19:18:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee7a4d86-a0ae-4c95-8b1e-fdb3ba633b05","html_url":"https://github.com/Quertyy/reth-private-transaction","commit_stats":null,"previous_names":["quertyy/reth-private-transaction"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Quertyy/reth-private-transaction","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quertyy%2Freth-private-transaction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quertyy%2Freth-private-transaction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quertyy%2Freth-private-transaction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quertyy%2Freth-private-transaction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quertyy","download_url":"https://codeload.github.com/Quertyy/reth-private-transaction/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quertyy%2Freth-private-transaction/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275139269,"owners_count":25412218,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-01-08T09:01:01.112Z","updated_at":"2025-09-14T17:31:03.119Z","avatar_url":"https://github.com/Quertyy.png","language":"Rust","funding_links":[],"categories":["MEV ##"],"sub_categories":[],"readme":"# reth private transaction\n\nThis project extends [reth](https://github.com/paradigmxyz/reth) with a custom RPC method that allows users to bypass the public mempool and send transactions directly to block builders, protecting against frontrunning and sandwich attacks.\n\n## Overview\n\nThis extension adds a new RPC method `eth_sendPrivateRawTransaction` to the standard Ethereum JSON-RPC API that enables private transaction submission directly to the following block builders:\n\n- **Titan**\n- **Beaverbuild**\n- **rsync-builder**\n\nBy bypassing the public mempool, transactions are kept private until they are included in a block, significantly reducing the risk of frontrunning and sandwich attacks.\n\n## Installation\n\n```bash\n# build the binary\ncargo build --release\n\n# run the binary with the `reth` commands\n./target/release/reth-private-transaction node --authrpc.jwtsecret \\\n        --datadir /data/mainnet/ \\\n        --authrpc.jwtsecret /data/mainnet/secrets/jwt.hex \\\n        --http --ws --http.addr 0.0.0.0 --ws.addr 0.0.0.0 \\\n        --http.api txpool,web3,eth,debug,trace \\\n        --ws.api txpool,web3,eth,debug,trace \\\n```\nThe RPC method will be automatically registered under the `eth` namespace\n\n## Usage\n\nSend a raw transaction privately using the new RPC method:\n```json\n{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"eth_sendPrivateRawTransaction\",\n  \"params\": [\"0x...\"], // Signed raw transaction hex\n  \"id\": 1\n}\n```\n\nThe method returns the transaction hash if at least one builder successfully accepts the transaction.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQuertyy%2Freth-private-transaction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FQuertyy%2Freth-private-transaction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQuertyy%2Freth-private-transaction/lists"}