MCPcopy Create free account
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 ⚖ MIT 4 documented · 25% updated 16mo ago★ 74

Browse by type

Functions 12 Types & classes 4
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

browse all functions →

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