Skip to content

A dashboard for visualizing preconfirmations on the devnet built at ZuBerlin 2024.

License

Notifications You must be signed in to change notification settings

jacobdcastro/preconf-devnet-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8425dbf Â· Dec 17, 2024

History

76 Commits
Jun 11, 2024
Jun 13, 2024
Jun 13, 2024
Jun 13, 2024
Jun 13, 2024
Jun 11, 2024
Jun 11, 2024
Jun 11, 2024
Dec 17, 2024
Jun 12, 2024
Jun 12, 2024
Jun 13, 2024

Repository files navigation

Preconfirmation Devnet Dashboard

A dashboard for visualizing preconfirmations on the devnet built at ZuBerlin 2024.

Announcement tweet by Justin Drake found here: https://x.com/drakefjustin/status/1801321889152835758

Demo video from above tweet:

zuberlin-preconfirmation-dashboard-demo.mp4

1st Place Hackathon Winner! 🥇🥳

We won the hackathon with this project!

Screenshot 2024-12-17 at 09 36 27

Apps

  • client: a Next.js web app
  • server: a Node.js/Express server
  • bot: a small "spammer" of preconfirmation events

Demo (a.k.a. "prod")

To run the full demo using docker compose:

cd server
docker-compose -f docker-compose.prod.yml up --build

Development

To develop all apps and packages, run the following command:

cd server
docker-compose -f docker-compose.dev.yml up --build

More coming soon

More info coming soon :)