block-explorer/README.md
2021-01-17 21:50:21 +01:00

942 B

LBRYexplorer

A LBRY block explorer based on Laravel.

Dependencies:

Install

  • git clone https://github.com/marcdeb1/LBRYEXPLORER.git
  • Install dependencies with composer update
  • Create .env file from .env.example and edit variables according to your environment

Run

Run with artisan

Run with Docker

  • docker build -t lbry-explorer .
  • docker-compose up
  • Open your browser at http://localhost

Database:

The LBRY Explorer is using LBRY Chainquery v1.8.1 as a remote database.

Current model schema reflects chainquery schema

Model Schema