remove decoder

This commit is contained in:
Thomas Zarebczan 2019-07-30 12:11:49 -04:00 committed by GitHub
parent bbc07e8238
commit 9b3a1f4097
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,6 @@ A simple PHP block explorer for browsing transactions and claims on the [LBRY](h
There are some prerequisites that need to be installed before the explorer can be accessed.
* Web server - Apache, caddy or nginx
* [lbrycrd](https://github.com/lbryio/lbrycrd) with txindex turned on
* [Python claims decoder](https://github.com/cryptodevorg/lbry-decoder)
* MariaDB 10.2 or higher
* Redis Server (optional, only required for the CakePHP redis cache engine, or to run `forevermempool`)
* PHP 7.2 or higher