/uniswap-monitor

That an app Designed by me that gets transactions data in uniswap directly from the contracts using WEB3.js. It doesn't use any external api's to query this data and monitors USDC - ETH transactions. It was built using Material UI and Next.js.

Primary LanguageTypeScriptMIT LicenseMIT

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