Skip to content
/ lbe Public

Light Block Explorer - simple block explorer requires only Xcoind RPC interface

Notifications You must be signed in to change notification settings

ondrejsika/lbe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Light Block Explorer (LBE)

Abstract

Basic block explorer for every forks of Bitcoin (Namecoin, Litecoin, ..), which has same RPC interface.

Xcoind requirements

LBE requires this rpc calls:

  • getbestblockhash
  • getblock
  • getrawtransaction
  • decoderawtransaction

Install

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

Usage

Show help

python lbe.py -h

About

Light Block Explorer - simple block explorer requires only Xcoind RPC interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published