Skip to content

azuchi/tapyrus-explorer

 
 

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

About

Tapyrus Explorer.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • JavaScript 38.5%
  • TypeScript 28.1%
  • HTML 24.9%
  • SCSS 8.0%
  • Other 0.5%