- Author: Ondrej Sika ondrej@ondrejsika.com
- License: MIT http://ondrejsika.com/license/mit.txt
Basic block explorer for Zcash
LBE requires this rpc calls:
- getbestblockhash
- getblock
- getrawtransaction
- decoderawtransaction
git clone git@github.com:ondrejsika/lbe-zcash.git
cd lbe-zcash
virtualenv .env
source .env/bin/activate
pip install -r requirements.txt
Show help
python lbe.py -h