The new LBRY block explorer
.idea | ||
.workflows | ||
app | ||
bootstrap | ||
config | ||
database | ||
doc | ||
nginx/conf.d | ||
public | ||
resources | ||
routes | ||
storage | ||
tests | ||
.dockerignore | ||
.editorconfig | ||
.env.example | ||
.gitattributes | ||
.gitignore | ||
.styleci.yml | ||
artisan | ||
Bootstrapping | ||
Building | ||
composer.json | ||
composer.lock | ||
docker-compose.yml | ||
Dockerfile | ||
git | ||
Installing | ||
LICENSE | ||
master | ||
package-lock.json | ||
package.json | ||
PHP | ||
phpunit.xml | ||
Procfile | ||
README.md | ||
server.php | ||
webpack.mix.js |
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