The new LBRY block explorer
Go to file
2021-01-17 22:51:06 +01:00
.idea New explorer branch 2021-01-17 21:50:21 +01:00
.workflows Github actions config 2021-01-17 21:54:44 +01:00
app New explorer branch 2021-01-17 21:50:21 +01:00
bootstrap New explorer branch 2021-01-17 21:50:21 +01:00
config Dockerfile entrypoint 2021-01-17 22:51:06 +01:00
CUsersHenryDocumentsProjetsLBRYblock-explorerstoragelogs Dockerfile entrypoint 2021-01-17 22:51:06 +01:00
database New explorer branch 2021-01-17 21:50:21 +01:00
doc New explorer branch 2021-01-17 21:50:21 +01:00
nginx/conf.d New explorer branch 2021-01-17 21:50:21 +01:00
public Dockerfile entrypoint 2021-01-17 22:51:06 +01:00
resources New explorer branch 2021-01-17 21:50:21 +01:00
routes New explorer branch 2021-01-17 21:50:21 +01:00
storage New explorer branch 2021-01-17 21:50:21 +01:00
tests New explorer branch 2021-01-17 21:50:21 +01:00
.dockerignore New explorer branch 2021-01-17 21:50:21 +01:00
.editorconfig New explorer branch 2021-01-17 21:50:21 +01:00
.env.example New explorer branch 2021-01-17 21:50:21 +01:00
.gitattributes New explorer branch 2021-01-17 21:50:21 +01:00
.gitignore New explorer branch 2021-01-17 21:50:21 +01:00
.styleci.yml New explorer branch 2021-01-17 21:50:21 +01:00
artisan New explorer branch 2021-01-17 21:50:21 +01:00
composer.json New explorer branch 2021-01-17 21:50:21 +01:00
composer.lock New explorer branch 2021-01-17 21:50:21 +01:00
docker-compose.yml New explorer branch 2021-01-17 21:50:21 +01:00
Dockerfile Dockerfile entrypoint 2021-01-17 22:51:06 +01:00
entrypoint.sh Dockerfile entrypoint 2021-01-17 22:51:06 +01:00
git New explorer branch 2021-01-17 21:50:21 +01:00
LICENSE New explorer branch 2021-01-17 21:50:21 +01:00
package-lock.json New explorer branch 2021-01-17 21:50:21 +01:00
package.json New explorer branch 2021-01-17 21:50:21 +01:00
phpunit.xml New explorer branch 2021-01-17 21:50:21 +01:00
Procfile New explorer branch 2021-01-17 21:50:21 +01:00
README.md New explorer branch 2021-01-17 21:50:21 +01:00
server.php New explorer branch 2021-01-17 21:50:21 +01:00
webpack.mix.js New explorer branch 2021-01-17 21:50:21 +01:00

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