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