### Goal: now fetches, filters events correctly (similar to uniswap & co) **To do:** - rework database - - introduce complete ORM (Object-relational mapping) - - based on https://github.com/Uniswap/v2-subgraph/blob/master/schema.graphql - assume data will be served with Hasura - rework event filter - - stateful (saved in database) - - add proper pair, token contract tracking
Goal: now fetches, filters events correctly (similar to uniswap & co)
To do: