942 B
942 B
LBRYexplorer
A LBRY block explorer based on Laravel.
Dependencies:
- [PHP 7.4.11]
- Laravel v8.16.1
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
- Launch server with
php artisan serve
- Open your browser at http://localhost:8000
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