{"id":25932380,"url":"https://github.com/deltartificial/alloy-flashblocks","last_synced_at":"2026-06-07T00:32:31.026Z","repository":{"id":279949243,"uuid":"940498203","full_name":"deltartificial/alloy-flashblocks","owner":"deltartificial","description":"Flashblocks Rollup Boost client integration using Alloy written in Rust","archived":false,"fork":false,"pushed_at":"2025-02-28T15:43:40.000Z","size":779,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-04T21:30:01.324Z","etag":null,"topics":["alloy","base","boost","evm","flashblocks","flashbots","mev","rollup","rollup-boost","rust"],"latest_commit_sha":null,"homepage":"https://github.com/flashbots/rollup-boost","language":"Rust","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/deltartificial.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-28T09:30:45.000Z","updated_at":"2025-10-20T19:57:53.000Z","dependencies_parsed_at":"2025-02-28T17:56:56.316Z","dependency_job_id":"a95aba27-520b-4799-b103-503f1c338282","html_url":"https://github.com/deltartificial/alloy-flashblocks","commit_stats":null,"previous_names":["deltartificial/alloy-flashblocks"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deltartificial/alloy-flashblocks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltartificial%2Falloy-flashblocks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltartificial%2Falloy-flashblocks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltartificial%2Falloy-flashblocks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltartificial%2Falloy-flashblocks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deltartificial","download_url":"https://codeload.github.com/deltartificial/alloy-flashblocks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltartificial%2Falloy-flashblocks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34005030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-06T02:00:07.033Z","response_time":107,"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":["alloy","base","boost","evm","flashblocks","flashbots","mev","rollup","rollup-boost","rust"],"created_at":"2025-03-04T00:37:05.837Z","updated_at":"2026-06-07T00:32:30.996Z","avatar_url":"https://github.com/deltartificial.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alloy Flashblocks\n\nA Rust implementation for interacting with Base's Flashblocks service. Provides WebSocket streaming, monitoring, and RPC functionality for real-time block data, using Alloy.\n\n![Flashblocks Monitor](assets/image.png)\n\n## Features\n\n- WebSocket streaming of Flashblocks data\n- Real-time block monitoring with statistics\n- RPC client for blockchain queries\n- Automatic reconnection handling\n- Comprehensive transaction and block tracking\n\n## Installation\n\n```bash\ngit clone https://github.com/deltartificial/alloy-flashblocks\ncd alloy-flashblocks\ncargo build --release\n```\n\n## Usage\n\nThe main binary provides several commands:\n\n```bash\n# Stream blocks (default: 5 blocks)\ncargo run --bin alloy-flashblocks stream\ncargo run --bin alloy-flashblocks stream --blocks 10\n\ncargo run --bin flashblocks-ws -- stream --blocks 50\n\n# Query the latest flashblock\ncargo run --bin alloy-flashblocks query-latest\n\n# Get balance for an address\ncargo run --bin alloy-flashblocks get-balance \u003cADDRESS\u003e\n\n# Get receipt for a transaction\ncargo run --bin alloy-flashblocks get-receipt \u003cTX_HASH\u003e\n```\n\nAdditional monitoring tools are available:\n\n```bash\n# Run the detailed block monitor\ncargo run --bin flashblocks-monitor\n\n# Run the WebSocket client\ncargo run --bin flashblocks-ws\n\n# Run the transaction submitter\ncargo run --bin tx_submitter\n```\n\n## Configuration\n\nDefault endpoint: `wss://sepolia.flashblocks.base.org/ws`\n\nTo use a custom endpoint, modify the URL in the respective binary files.\n\n## Example Output\n\n```\n=== Flashblocks Statistics ===\nBlock #123456: payload_id=0x...\n  Sub-blocks: 3\n  Total transactions: 150\n  Duration: 500ms\n  Average sub-block interval: 166.67ms\n  Transactions per second: 300.00\n===========================\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeltartificial%2Falloy-flashblocks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeltartificial%2Falloy-flashblocks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeltartificial%2Falloy-flashblocks/lists"}