- Live Explorer: https://torex.rs/
- Torus Network: https://torus.network/
TorEx is a blockchain explorer for the Torus network. It provides an interface to explore blocks, transactions, accounts, and network statistics on the Torus blockchain (https://torus.network/).
- Real-time blockchain data exploration
- Detailed view of blocks, extrinsics, and events
- Account information including balances and transactions
- Network statistics and metrics
- Responsive design with hacker terminal-style UI
- Keyboard navigation support
- React 18
- TypeScript
- Vite
- Apollo Client for GraphQL
- Three.js
- Tailwind CSS
- Styled Components
To run the project locally:
# Install dependencies
npm install
# Start development server
npm run dev