A web application that monitors the creation of new pools on Uniswap v3 and attaches swap event listeners to these newly created pools. The pool data and swap data are updated in real-time using Socket.io.
- Pool Creation Detection: The web application continuously monitors Uniswap for new pool creation events.
- Event Listener Attachment: Upon detecting a new pool, it attaches a swap event listener to the pool.
- Real-Time Updates: All pool creations and swap events are broadcasted in real-time using Socket.io, ensuring timely updates to connected clients.
- React.js (Next.js)
- TypeScript
- Material UI
- Socket.io