An open API service indexing awesome lists of open source software.

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

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`.