Real-time Ethereum mempool analysis and block prediction.
- Monitors pending transactions in the Ethereum mempool
- Predicts block contents using gas price and transaction type analysis
- Analyzes transaction patterns and protocols
- Visualizes mempool activity and prediction accuracy
- Start Ethereum node:
cd node && docker-compose up -d
- Start backend:
cd backend
npm install
npm run dev
- Start frontend:
cd frontend
npm install
npm run dev
- Configure Ethereum node connection in
backend/.env
- PostgreSQL required for data storage
- See
backend/.env.example
for required environment variables
- Ethereum full node for mempool access
- Backend for analysis and predictions
- Frontend for data visualization
- PostgreSQL for data persistence