Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 548 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 548 Bytes

Light Block Explorer for Zcash (LBE-Zcash)

Abstract

Basic block explorer for Zcash

Xcoind requirements

LBE requires this rpc calls:

  • getbestblockhash
  • getblock
  • getrawtransaction
  • decoderawtransaction

Install

git clone git@github.com:ondrejsika/lbe-zcash.git
cd lbe-zcash
virtualenv .env
source .env/bin/activate
pip install -r requirements.txt

Usage

Show help

python lbe.py -h