mirror of
https://github.com/logos-blockchain/logos-blockchain-block-explorer-template.git
synced 2026-01-02 05:03:07 +00:00
Add web ui image to README.
This commit is contained in:
parent
687cecdac7
commit
8818b2bd44
16
README.md
16
README.md
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
This is a Proof of Concept (PoC) for a block explorer for the Nomos blockchain.
|
This is a Proof of Concept (PoC) for a block explorer for the Nomos blockchain.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Frontend (React-like SPA)
|
- Frontend (React-like SPA)
|
||||||
@ -90,6 +92,14 @@ B <--> D["Database<br/>(SQLite)"]
|
|||||||
docker build -t nomos-block-explorer . && docker run -p 8000:8000 nomos-block-explorer
|
docker build -t nomos-block-explorer . && docker run -p 8000:8000 nomos-block-explorer
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- If you want to run the Explorer without a Node, make sure to set the `NBE_NODE_API` environment variable to `fake`:
|
||||||
|
1. ```bash
|
||||||
|
NBE_NODE_API=fake python src/main.py
|
||||||
|
```
|
||||||
|
2. ```bash
|
||||||
|
docker run -e NBE_NODE_API=fake -p 8000:8000 nomos-block-explorer
|
||||||
|
```
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
The block explorer is configured through environment variables. The following variables are available:
|
The block explorer is configured through environment variables. The following variables are available:
|
||||||
@ -137,5 +147,9 @@ This PoC makes simplifications to focus on the core features:
|
|||||||
- Timeouts
|
- Timeouts
|
||||||
- Stream closed
|
- Stream closed
|
||||||
- Frontend
|
- Frontend
|
||||||
- Add a block / transaction search bar
|
- Add a block / transaction search barImprove
|
||||||
- Make pages work with block/transaction hash, rather than the `id`
|
- Make pages work with block/transaction hash, rather than the `id`
|
||||||
|
- Error handling
|
||||||
|
- Exceptions raised within async code pop up as ugly stack traces
|
||||||
|
- Better error messages
|
||||||
|
- Remove DB IDs from API responses and use hashes instead
|
||||||
|
|||||||
BIN
resources/webui.png
Normal file
BIN
resources/webui.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 151 KiB |
Loading…
x
Reference in New Issue
Block a user