Compass is a block explorer that leverages the RPC/API methods of Helius and Solana to provide detailed analytics and insights. With Compass, you can:
- Quickly scan wallet addresses to view essential information, including a token approval checker.
- Check transaction hashes and retrieve corresponding data.
link: https://compass-explorer.vercel.app/ You can access compass from our website and start using immediately
TO build a simple explorer, you need:
- An rpc endpoint (Helius Recommended)
- Proper knowledge of solana web3 .js rpc methods
- Next / TS / JS