https://github.com/thrishank/solana-dashboard
https://github.com/thrishank/solana-dashboard
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thrishank/solana-dashboard
- Owner: thrishank
- Created: 2024-07-11T21:12:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T10:59:28.000Z (almost 2 years ago)
- Last Synced: 2025-03-01T17:48:06.405Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://solana-dashboard-eight.vercel.app
- Size: 283 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana Dashboard
## Functionality
- `page.tsx`: Main entry point fetching Solana network data and displaying various components.
- `address/[key]/page.tsx`: Fetches and displays account information based on the provided public key.
- `tx/[sign]/page.tsx`: Fetches and displays detailed information about a specific transaction based on its signature.
- `block/[num]/page.tsx`: Fetches and displays information about a specific block based on its number.
## Features
- Includes interactive charts for tracking TPS (Transactions Per Second), network metrics, and token statistics.
- Offers a responsive and user-friendly interface for easy navigation and data visualization.
- Allows users to filter and search transactions, blocks, and accounts for specific information.
- Integrates real-time updates for transaction and block data to keep users informed of the latest activity on the Solana network.
## Setup
1. Clone the repository: `git clone https://github.com/thrishank/solana-dashboard`
2. Install dependencies: `npm install`
3. Run the development server: `npm run dev`
4. Access the dashboard locally at `http://localhost:3000`
```
git clone https://github.com/thrishank/solana-dashboard
npm install
npm run dev
```
## Technology Used
TypeScript, NextJS,
ShadCN UI, TailwindCSS,
solana/web3.js