π Try it live!
A real-time dashboard for tracking new token deployments across the Optimism Superchain ecosystem. Monitor liquidity pools, analyze smart contracts, and discover new opportunities across 7+ OP Stack chains.
- π΄ Multi-Chain Support: Track tokens across Base, OP Mainnet, Mode, Zora, Fraxtal, World Chain, and Lisk
- β‘ Real-Time Detection: Scan blockchain blocks for new token deployments
- π§ LP Detection: Check Uniswap V2/V3 liquidity pool status
- π Token Analytics: View token metadata, supply, and deployment details
- π Explorer Integration: Direct links to blockchain explorers
- π― OP Stack Focus: Filter to show only Superchain deployments
Frontend:
- Next.js 15 (App Router)
- TypeScript
- Tailwind CSS
- Recharts for data visualization
Blockchain Integration:
- Ethers.js v6
- Multi-RPC endpoint support
- Event log analysis
- Clone the repository:
git clone https://github.com/YOUR_USERNAME/base-token-explorer.git
cd base-token-explorer
- Install dependencies:
npm install
- Set up environment variables:
cp .env.local.example .env.local
Edit .env.local
with your RPC URLs (optional - defaults provided):
BASE_RPC_URL=https://mainnet.base.org
OPTIMISM_RPC_URL=https://optimism.drpc.org
# ... other chains
- Run the development server:
npm run dev
Open http://localhost:3000 to see the app.
- π΅ Base - Coinbase's L2
- π΄ OP Mainnet - Optimism mainnet
- π’ Mode - DeFi-focused L2
- π£ Zora - NFT-focused L2
- π Fraxtal - Frax Finance L2
- π World Chain - Worldcoin L2
- π· Lisk - Application-specific L2
- β Ethereum - Mainnet
- π· Arbitrum - Arbitrum One
- π£ Polygon - Polygon PoS
- Select a blockchain from the dropdown
- Set the number of blocks to scan (1-100)
- Click "Start Scan" to find new token deployments
- View results in the table with token details
- Optional: Toggle "OP Stack Only" to filter Superchain tokens
GET /api/scan?chain={chain}&blocks={number}&opStackOnly={boolean}
Parameters:
chain
: Chain name (base, optimism, ethereum, etc.)blocks
: Number of blocks to scan (1-100)opStackOnly
: Filter for OP Stack chains only
Response:
{
"success": true,
"chain": "base",
"blocks_scanned": 10,
"results": [...],
"summary": {
"total_contracts": 5,
"lp_contracts": 2,
"success_rate": 40.0
}
}
βββ app/
β βββ api/
β β βββ scan/
β β βββ route.ts # Blockchain scanning API
β βββ page.tsx # Main page
β βββ layout.tsx # App layout
βββ components/
β βββ TokenScanner.tsx # Main scanner component
β βββ ChainSelector.tsx # Chain selection dropdown
βββ backend/
β βββ *.py # Python scripts (legacy)
βββ public/ # Static assets
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is built specifically for the Optimism Superchain ecosystem and aims to:
- Support Superchain growth and adoption
- Provide valuable tools for developers and traders
- Contribute to the OP Stack ecosystem
- Apply for grants through the OP Atlas program
- Multi-Chain Dashboard: Real-time metrics across all OP Stack chains
- Cross-Chain Token Tracker: Monitor tokens deployed on multiple Superchain networks
- Gas Efficiency Analysis: Compare L2 gas savings vs Ethereum mainnet
- Bridge Activity Monitor: Track cross-chain token movements
- Chain activity comparison
- Token deployment patterns
- Liquidity distribution analysis
- Developer activity metrics
- REST API for all Superchain data
- Webhook notifications for new deployments
- CSV export functionality
- TypeScript SDK (coming soon)
git clone https://github.com/serayd61/superchain-token-explorer
cd superchain-token-explorer
npm install
npm run dev
## π License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## π Acknowledgments
- Optimism team for the OP Stack
- Base team for RPC infrastructure
- All Superchain builders and contributors
## π§ Contact
**Built with β€οΈ for the Superchain**
=======
- GitHub: [@serayd61](https://github.com/serayd61)
- Twitter: [@serayd61](https://twitter.com/serayd61)