About Chain Event!
Chain event is a simple open-source website created with Next.js and Wagmi!
Purpose of this website is to listen to the event on tokens. Curently this website listens to add liquidity event.
Lets say you have a pool in Uniswap and you want to check if any liquidity is added to a certain pool, then you can use my website.
I take the token addresses and get pool address from the Uniswap Factory. Then I listen to mint event on Pool smart contract.
If you find any issue or want to add some functionality you can open a github issue or pull request for the same.
Thank you!