Install explorer

Explorer is the GUI frontend for TrueBlocks

First, make sure that you have the chifra-core backend up and running, then run the application from a clone of the explorer repo.

Before you begin

☑ Set up the trueblocks backend using the chifra installation instructions

☑ In a terminal window, run the command chifra serve

Install

Keep the chifra serve process running.

Then, in a new terminal, run these commands:

  1. git clone git@github.com:TrueBlocks/trueblocks-explorer.git
  2. cd trueblocks-explorer
  3. cp .env.example .env
  4. yarn
  5. yarn develop

Open your browser, and access the app from localhost:1234.

Edit this page on GitHub