Skip to content

cdrn/memepool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MemePool

Real-time Ethereum mempool analysis and block prediction.

Overview

  • 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

Setup

  1. Start Ethereum node:
cd node && docker-compose up -d
  1. Start backend:
cd backend
npm install
npm run dev
  1. Start frontend:
cd frontend
npm install
npm run dev

Configuration

  • Configure Ethereum node connection in backend/.env
  • PostgreSQL required for data storage
  • See backend/.env.example for required environment variables

Architecture

  • Ethereum full node for mempool access
  • Backend for analysis and predictions
  • Frontend for data visualization
  • PostgreSQL for data persistence

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published