{"id":21171824,"url":"https://github.com/TacitusXI/Front-running","last_synced_at":"2025-07-09T19:33:07.079Z","repository":{"id":115559354,"uuid":"544586533","full_name":"TacitusXI/Front-running","owner":"TacitusXI","description":"MEV and FLASH bots and frontrun preventing","archived":false,"fork":false,"pushed_at":"2022-10-16T17:02:09.000Z","size":22,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-05T06:24:39.254Z","etag":null,"topics":["batch-auction","best-practices","dark-forest","ethereum-contract","flash-bot","frontrunning","mev"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/TacitusXI.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":"2022-10-02T20:57:19.000Z","updated_at":"2024-09-01T22:41:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"262179c5-2906-43e1-8ae4-8c14b34bd914","html_url":"https://github.com/TacitusXI/Front-running","commit_stats":null,"previous_names":["tacitusxi/front-running"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TacitusXI/Front-running","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TacitusXI%2FFront-running","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TacitusXI%2FFront-running/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TacitusXI%2FFront-running/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TacitusXI%2FFront-running/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TacitusXI","download_url":"https://codeload.github.com/TacitusXI/Front-running/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TacitusXI%2FFront-running/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264502490,"owners_count":23618617,"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":["batch-auction","best-practices","dark-forest","ethereum-contract","flash-bot","frontrunning","mev"],"created_at":"2024-11-20T16:12:39.383Z","updated_at":"2025-07-09T19:33:07.051Z","avatar_url":"https://github.com/TacitusXI.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"● [Ethereum is a Dark Forest](https://www.paradigm.xyz/2020/08/ethereum-is-a-dark-forest)\n\n\n● [How to Survive in the Ethereum Dark Forest](https://betterprogramming.pub/how-to-survive-in-the-ethereum-dark-forest-f21c9eca4bfe)\n\n\n● [Quick start with flashbots](https://docs.flashbots.net/flashbots-auction/searchers/quick-start)\n\n\n● [MEV bots repo](https://github.com/flashbots/mev-job-board)\n\n\n● [Flash Boys 2.0](https://arxiv.org/pdf/1904.05234.pdf)\n\n\n● [Batch Auctions](https://www.bitdegree.org/crypto/learn/crypto-terms/what-are-batch-auctions)\n\n- Individual orders are grouped together into a batch and executed at the same time.\n\n- The same clearing price is assigned to all orders within one batch.\n\n● [ethers-provider-flashbots-bundle](https://www.npmjs.com/package/@flashbots/ethers-provider-bundle)\nThis repository contains the FlashbotsBundleProvider ethers.js provider, an additional Provider to ethers.js to enable high-level access to eth_sendBundle and eth_callBundle rpc endpoint on mev-relay.\n\n\n● [Ethereum Smart Contract Best Practices FrontRunning](https://consensys.github.io/smart-contract-best-practices/attacks/frontrunning/)\n\n- Front Running Prevention: Commit - Reveal\n\n The best remediation is to remove the benefit of front-running in your application, mainly by removing the importance of transaction ordering or time.\nCommit - Reveal:\n\n1. Indicate intent to do some action (claim a bounty, propose a purchase or sale), submit a commitment:\n\n○ Submit: keccak256(encoded action, msg.sender)\n\n○ Contract stores the commitment (message digest)\n\n\n2. To execute the action, reveal the proposed action:\n\n○ Submit: encoded action\n\n○ Contract checks that the commitment == keccak256(encoded action, msg.sender)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTacitusXI%2FFront-running","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTacitusXI%2FFront-running","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTacitusXI%2FFront-running/lists"}