Skip to content

chaintope/tapyrus-explorer

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Aug 16, 2023
Jun 17, 2024
May 8, 2024
Aug 1, 2023
May 13, 2023
May 13, 2023
Oct 29, 2020
May 13, 2023
May 13, 2023
Jul 28, 2023
May 20, 2021
May 13, 2023

Repository files navigation

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