Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
kukabi committed Sep 18, 2023
1 parent c218114 commit 3b44085
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

You may find the release article on [Medium](https://medium.com/helikon/introducing-chainviz-v1-a-new-kind-of-block-explorer-6b9f4ed83e8d).

[Chainviz](https://chainviz.app) visualizes the following aspects of the Kusama relay chain and validators in real-time:
[Chainviz](https://chainviz.app) visualizes the following elements of the Polkadot and Kusama relay chains and validators in real-time:

- Active validators in a 3D representation and list format.
- Block production process.
Expand Down Expand Up @@ -42,12 +42,13 @@ npm run dev

### Docker

You may run the Docker image locally using the following commands.
You can build and run the Docker image locally using the following commands.

```
git clone https://github.com/helikon-labs/chainviz.git
cd chainviz/docker
docker build -t helikon/chainviz:1.0.0 --no-cache -f ./chainviz.dockerfile ..
docker run --name chainviz -p 8080:8080 -d helikon/chainviz:1.0.0
```

Docker is going to build the docker image and make it available locally. Then you can run the built Docker image using the command:
Expand Down

0 comments on commit 3b44085

Please sign in to comment.