A blockchain explorer for the Solana network, similar to Solscan.io. Dummy docker configuration including secret just for demonstration purposes.
- Block explorer
- Transaction details viewer
- Account information
- Token tracking
- Real-time updates
-
Navigate to the backend directory:
cd backend -
Install dependencies:
npm install -
Configure your Solana RPC endpoint in
config/default.jsonSecrets are in plain text only for demo purposes -
Start the server:
npm start
-
Navigate to the frontend directory:
cd frontend -
Install dependencies:
npm install -
Start the development server:
npm start
- Backend: Node.js, Express, MongoDB
- Frontend: React, Bootstrap
- Solana: web3.js, SPL Token libraries