This project involves designing and developing a Solana blockchain explorer that fetches data from Solana Beach, offering an intuitive and user-friendly interface. This project is deployed on vercel.
- Data Fetching: Get real-time data of Solana Blockchain.
- User Experience: Intuitive and user-friendly interface.
- Search Bar: Search for transactions, blocks, addresses, and validators.
- Frontend: React+Vite, Tailwind
- APIs: Solana Beach
-
Home Page
-
Transaction List: List of the transactions
- Transaction Details: Details of a transaction
-
Block List: List of all the blocks
- Block Details: Details of a block
-
Validator List: List of the transactions
- Validator Details: Details of a validator account
-
Account Details: Details of a stake or standard account
-
Node.js (v14.x or later) npm (v6.x or later) or yarn (v1.x or later) Git
-
git clone https://github.com/yourusername/explorer-dashboard.git cd solana-explorer-frontend npm install npm run dev