Skip to content

cronicc/lbe-zclassic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 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

Languages

  • Python 60.5%
  • HTML 39.5%