https://github.com/xelis-project/xelis-explorer
XELIS Explorer with DAG Viewer
https://github.com/xelis-project/xelis-explorer
block-explorer blockchain cryptocurrency explorer xelis
Last synced: 11 months ago
JSON representation
XELIS Explorer with DAG Viewer
- Host: GitHub
- URL: https://github.com/xelis-project/xelis-explorer
- Owner: xelis-project
- License: gpl-3.0
- Created: 2023-01-22T11:23:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-18T13:39:05.000Z (12 months ago)
- Last Synced: 2025-07-18T17:57:34.493Z (12 months ago)
- Topics: block-explorer, blockchain, cryptocurrency, explorer, xelis
- Language: JavaScript
- Homepage: https://explorer.xelis.io
- Size: 4.27 MB
- Stars: 4
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XELIS Explorer
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:
## Development
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.
## Production
The app is served by cloudflare and uses `cf_build.sh` to build from a specific branch.
Pushing branch `testnet-pages` or `mainnet-pages` will automatically build and deploy to cloudflare.
To build for nodejs run `npm run build-prod:node`.