Local Node app to show SWEEP events from all chains that are listed in src/config.js
This app shows Mint, Burn, and Transfer events.
You can modify it to show the chains and events that are important for your marketmaking.
- Clone repo
- Run
cp .env.example .env - Run
npm i - Run
npm run dev