Real-time Blockchain Explorer for XELIS using JavaScript and WebSocket.
- Real-time statistics with WebSockets.
- Navigate all blocks of the entire blockchain (if node isn't pruned).
- Block page.
- Transaction page.
- Accounts list page.
- Account history page.
- Live mempool.
- BlockDAG viewer.
Testnet: https://testnet-explorer.xelis.io
For development this app uses the g45-react package to bundle and serve app.
Simply run npm start to build, start the dev server and watch modified files automatically.
For environment variables, it will create a bundler-define.json file and check in the env folder.