A comprehensive platform for exploring Ethereum Improvement Proposals (EIPs) with live data, project tracking, and AI-powered research assistance.
- Comprehensive EIP Database: Browse and search through all Ethereum Improvement Proposals
- Live Analytics: Real-time adoption metrics and usage statistics
- Project Tracking: Discover projects implementing various EIP standards
- AI Research Assistant: ChatGPT-powered assistant for EIP analysis and guidance
- Community Discussions: Engage with the community about EIP development
- Advanced Search: Find EIPs by content, author, status, and more
- Frontend: React 18 with TypeScript
- Styling: Tailwind CSS with custom design system
- Icons: Lucide React
- Routing: React Router DOM
- AI Integration: OpenAI GPT-4 API
- Data Sources: GitHub API, Dune Analytics
- Build Tool: Vite
- Node.js 18+
- npm or yarn
- Clone the repository
git clone <repository-url>
cd ethereum-standards-explorer- Install dependencies
npm install- Set up environment variables (optional)
cp .env.example .env
# Add your API keys for enhanced functionality- Start the development server
npm run devFor enhanced functionality, you can configure the following environment variables:
VITE_OPENAI_API_KEY: OpenAI API key for AI assistant featuresVITE_DUNE_API_KEY: Dune Analytics API key for live metrics
src/
├── components/ # Reusable UI components
├── pages/ # Page components
├── hooks/ # Custom React hooks
├── services/ # API and data services
├── types/ # TypeScript type definitions
└── data/ # Mock data and constants
- EIP Explorer: Browse and filter EIPs by status, category, and type
- Analytics Dashboard: View adoption metrics and ecosystem statistics
- Project Directory: Discover implementations of EIP standards
- AI Assistant: Get intelligent insights about EIPs and implementations
- Discussion Forums: Community engagement and feedback
We welcome contributions! Please see our contributing guidelines for more information.
This project is licensed under the MIT License - see the LICENSE file for details.
- Ethereum Foundation for EIP standards
- OpenAI for AI capabilities
- Dune Analytics for blockchain data
- The Ethereum community for continuous innovation