[WIP] Add documentation for EigenPhi DEX State Tracker#1
Closed
[WIP] Add documentation for EigenPhi DEX State Tracker#1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
EigenPhi DEX State Tracker Documentation Plan
This PR adds comprehensive documentation for the EigenPhi DEX State Tracker project - a real-time Uniswap V2/V3/V4 pool state monitoring system built on Reth ExEx.
Checklist
docs/eigenphi/directory structureREADME.mdwith project overview and navigation00-requirements/business-requirements.md00-requirements/technical-architecture.md00-requirements/data-model.md01-iteration-plan/overview.md01-iteration-plan/iteration-1-v2-monitoring.md01-iteration-plan/iteration-2-v3-ticks.md01-iteration-plan/iteration-3-storage-api.md01-iteration-plan/iteration-4-websocket-reorg.md01-iteration-plan/iteration-5-v4-production.md02-technical-decisions/state-reading-strategy.md02-technical-decisions/constraint-calculation.md02-technical-decisions/reorg-handling.md03-implementation-guides/node-setup-sepolia.md03-implementation-guides/exex-development.md03-implementation-guides/api-specification.mdOriginal prompt
Add EigenPhi DEX State Tracker Documentation
📋 Summary
Add comprehensive documentation for the EigenPhi DEX State Tracker project - a real-time Uniswap V2/V3/V4 pool state monitoring system built on Reth ExEx.
📁 New Files Structure
📝 Documentation Content
1. Project Overview (README.md)
2. Requirements Documents
business-requirements.md:
technical-architecture.md:
data-model.md:
StorageKeyfor balance reading)3. Iteration Plan (5 iterations, 10-13 weeks total)
Iteration 1: V2 Monitoring (2-3 weeks)
Iteration 2: V3 + Ticks (2-3 weeks)
Iteration 3: Storage + API (2 weeks)
Iteration 4: WebSocket + Reorg (2 weeks)
Iteration 5: V4 + Production (2-3 weeks)
4. Technical Decisions
State Reading Strategy:
getReserves()slot0()+liquidity()+ticks()Constraint Calculation:
Reorg Handling:
5. Implementation Guides
🎯 Purpose
This documentation serves as:
✅ Acceptance Criteria
docs/eigenphi/This pull request was created as a result of the following prompt from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.