A dashboard for visualizing preconfirmations on the devnet built at ZuBerlin 2024.
Announcment tweet by Justin Drake found here: https://x.com/drakefjustin/status/1801321889152835758
Demo video from above tweet:
zuberlin-preconfirmation-dashboard-demo.mp4
client
: a Next.js web appserver
: a Node.js/Express serverbot
: a small "spammer" of preconfirmation events
To run the full demo using docker compose:
cd server
docker-compose -f docker-compose.prod.yml up --build
To develop all apps and packages, run the following command:
cd server
docker-compose -f docker-compose.dev.yml up --build
More info coming soon :)