Tapyrus block explorer. The Testnet explorer is available at:
https://testnet-explorer.tapyrus.dev.chaintope.com/
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/
.
see setup.md