MCPcopy Index your code
hub / github.com/0xMelkor/mev-price-prediction

github.com/0xMelkor/mev-price-prediction @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
16 symbols 23 edges 4 files 4 documented · 25%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

MEV price prediction

I show how to predict ChainLink price updates from the mempool. For the sake of illustration I work with AAVE V2 price oracles. Extend or modify this to cover your specific use case.

Run

Runs this with these environment variables

 RPC_HTTP_URL=<YOUR-HTTP-URL> 
 RPC_WS_URL=<YOUR-WS-URL> 
 cargo run

Core symbols most depended-on inside this repo

find_all
called by 1
src/oracles.rs
reserve_list
called by 1
src/oracles.rs
chainlink_aggregator
called by 1
src/oracles.rs
chainlink_proxy
called by 1
src/oracles.rs
subscribe_mempool_events
called by 1
src/mempool.rs
is_to_oracle
called by 1
src/mempool.rs
is_pending
called by 1
src/mempool.rs
new
called by 0
src/config.rs

Shape

Method 8
Class 4
Function 4

Languages

Rust100%

Modules by API surface

src/oracles.rs7 symbols
src/config.rs4 symbols
src/mempool.rs3 symbols
src/main.rs2 symbols

For agents

$ claude mcp add mev-price-prediction \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page