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
- 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
First, set up your environment variables:
# Create a .env.local file with your Blockfrost API key
NEXT_PUBLIC_BLOCKFROST_PROJECT_ID=your_blockfrost_api_keyThen, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
- Next.js - React framework
- D3.js - Data visualization
- Blockfrost API - Cardano blockchain data
- Tailwind CSS - Styling
- TypeScript - Type safety
The project is deployed on Vercel. You can deploy your own instance using the button below:
