Skip to content

ondrejsika/lbe-zcash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published