Skip to content

ssocolow/cardano-live-viz

Repository files navigation

Cardano Stake Pool Visualization

My project for Oxford Blockchain Society Cardano Hackathon 2025! A real-time visualization of Cardano stake pools using D3.js and Next.js. View the live deployment at https://cardano-live-pool-viz.vercel.app/ and see the demo video here https://www.loom.com/share/3bde1161ce994f95b148ff9d70463b02?sid=63364db3-10f2-48db-9e67-7fb41f57f08d

Screenshot of the visualization

Features

  • Interactive bubble chart visualization of all Cardano stake pools
  • Real-time updates (every 15 seconds) showing the current slot leader
  • Visual effects highlighting the current block producer
  • Zoom and pan capabilities
  • Detailed tooltips with pool information
  • Live block notifications with links to block explorer

Getting Started

First, set up your environment variables:

# Create a .env.local file with your Blockfrost API key
NEXT_PUBLIC_BLOCKFROST_PROJECT_ID=your_blockfrost_api_key

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Technology Stack

Deploy on Vercel

The project is deployed on Vercel. You can deploy your own instance using the button below:

Deploy with Vercel

About

Live visual of Cardano slot leader for Oxford Blockchain Society Cardano Hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors