Skip to content

CodeBaristas/alephium-stats-dashboard-frontend

Repository files navigation

Alephium Stats Dashboard

This Proof of Concept app was developed for the first Alephium Hackathon and shows different stats of the Alephium Blockchain.

It provides a simple but clean interface for different stats. Our backend can be expanded, so it allows to incorporate third party APIs, rate limits & user authentication and a role concept.

Getting Started

Copy .env.example to .env.local The API is public for now and accessible with API_KEY=123456

Run the development server:

npm run dev

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

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.