chaintope / tapyrus-explorer

Tapyrus Explorer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tapyrus Explorer.


Languages

Language:JavaScript 38.5%Language:TypeScript 28.0%Language:HTML 25.0%Language:SCSS 8.1%Language:Dockerfile 0.3%Language:Shell 0.2%