Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 344 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 344 Bytes

Uniswap Price Monitor

The idea is to basically pull transaction data directly from the uniswap contracts and update it using events on ethereum and websockets instead of using an API. I've added a graphql query from uniswap subgraph to make a comparison.

STACK

  • NextJS
  • TypeScript
  • REACT
  • APOLLO
  • WEBSOCKETS
  • WEB3
  • MATERIAL UI