Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 842 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 842 Bytes

Tapyrus Explorer

Tapyrus block explorer. The Testnet explorer is available at:

https://testnet-explorer.tapyrus.dev.chaintope.com/

How to run on your local environment.

Run on docker!

Using docker-compose, you can easily start Tapyrus Core, Esplora Tapyrus and this explorer.

First, create an .env file to configure the network on which the Explorer will run. To connect to testnet, copy and create .env.testnet like:

$ cp .env.testnet .env

Once the configuration file is ready, all that remains is to launch the service using docker-compose.

$ docker-compose up -d

Once the container is up and running, you can access the Explorer at http://localhost:4200/.

Run on your local host!

see setup.md