All Projects → flashbots → mev-inspect-rs

flashbots / mev-inspect-rs

Licence: MIT license
Discover historic Miner Extractable Value (MEV) opportunities

Programming Languages

rust
11053 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to mev-inspect-rs

MultiDexArbBot
This is an arbitrage bot that uses existing price aggregators such as 1inch, Paraswap, dex.ag, matcha and more to get the best exchange rates across different decentralized exchanges on different blockchains and ecosystems.
Stars: ✭ 67 (-84.88%)
Mutual labels:  web3, arbitrage, defi
stock-dex
As a response to the restrictions many have faced due to the $GME short squeeze mania, many have called for the creation of a decentralized stock exchange. This is what we are going to provide
Stars: ✭ 26 (-94.13%)
Mutual labels:  web3, defi
frontend-v2
Frontend app for the Balancer protocol
Stars: ✭ 127 (-71.33%)
Mutual labels:  web3, defi
botdexdamar
🤖 multichain trading bot with sniper, frontrun, backrun, sandwich
Stars: ✭ 124 (-72.01%)
Mutual labels:  web3, defi
airswap-web
AirSwap Web App
Stars: ✭ 94 (-78.78%)
Mutual labels:  web3, defi
NFT-Dapp-Boilerplate
A highly scalable NFT and DEFI boilerplate with pre added web3 and different wallets with a focus on performance and best practices
Stars: ✭ 51 (-88.49%)
Mutual labels:  web3, defi
digital-copyright
Stamp your code with a trackable digital copyright
Stars: ✭ 17 (-96.16%)
Mutual labels:  web3, defi
uniswap-skim
scripts to scan all of the uniswapV2🦄 contracts on ethereum and search for skim opportunities
Stars: ✭ 126 (-71.56%)
Mutual labels:  arbitrage, defi
ape
The smart contract development tool for Pythonistas, Data Scientists, and Security Professionals
Stars: ✭ 339 (-23.48%)
Mutual labels:  web3, defi
blockhead
Crypto portfolio tracker, DeFi dashboard, NFT viewer and data explorer for the Ethereum/EVM-based blockchain ecosystem and the web 3.0-powered metaverse https://gitcoin.co/grants/2966/blockhead
Stars: ✭ 41 (-90.74%)
Mutual labels:  web3, defi
augmented-finance-protocol
High-yield lending and low-rate borrowing DeFi protocol
Stars: ✭ 28 (-93.68%)
Mutual labels:  web3, defi
openmev-sdk
@openmev/sdk
Stars: ✭ 19 (-95.71%)
Mutual labels:  web3, mev
web3together
🗣 Public open-ended discussions about Blockchain, Web3, NFTs, DeFi, ...
Stars: ✭ 58 (-86.91%)
Mutual labels:  web3, defi
Solnet
Solana's .NET SDK and integration library.
Stars: ✭ 252 (-43.12%)
Mutual labels:  web3, defi
arbitrage-bot
An arbitrage bot that detects arbitrage opportunities between pancake and bakery swaps and manages flash swap calls, to the flash swap contract
Stars: ✭ 132 (-70.2%)
Mutual labels:  arbitrage, defi
Wallet3
A secure mobile wallet for web3
Stars: ✭ 13 (-97.07%)
Mutual labels:  web3, defi
aave-liquidation
Liquidation Aave protocol example
Stars: ✭ 50 (-88.71%)
Mutual labels:  liquidation, defi
Graph-Academy-Hub
The Graph Hub is a free, open-source and community-driven knowledge base and documentation initiative on The Graph Protocol. The vision of The Graph Academy is to establish a single go-to-resource for essential information about The Graph Protocol.
Stars: ✭ 62 (-86%)
Mutual labels:  web3, defi
ocean.js
🦑 Ocean Protocol JavaScript library to privately & securely publish, exchange, and consume data.
Stars: ✭ 77 (-82.62%)
Mutual labels:  web3, defi
awesome-waves
Curated list of awesome things for development on Waves blockchain.
Stars: ✭ 60 (-86.46%)
Mutual labels:  web3, defi

MEV Inspect

Ethereum MEV Inspector in Rust
Further documentation on mev-inspect-rs available here

Inspectors

  • Curve
  • Balancer
  • Uniswap (& clones)
  • Aave
  • Compound
  • 0x
  • DyDx

Installing

cargo build --release

Running the CLI

Usage: ./target/release/mev-inspect [OPTIONS]

Optional arguments:
  -h, --help
  -r, --reset              clear and re-build the database
  -o, --overwrite          do not skip blocks which already exist
  -u, --url URL            The tracing / archival node's URL (default: http://localhost:8545)
  -c, --cache CACHE        Path to where traces will be cached
  -d, --db-cfg DB-CFG      Database config
  -D, --db-table DB-TABLE  the table of the database (default: mev_inspections)

Available commands:
  tx      inspect a transaction
  blocks  inspect a range of blocks

Running the tests

Tests require postgres installed.

cargo test

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].