- Author: Ondrej Sika ondrej@ondrejsika.com
- License: MIT http://ondrejsika.com/license/mit.txt
Basic block explorer for every forks of Bitcoin (Namecoin, Litecoin, ..), which has same RPC interface.
LBE requires this rpc calls:
- getbestblockhash
- getblock
- getrawtransaction
- decoderawtransaction
git clone git@github.com:ondrejsika/lbe.git
cd lbe
virtualenv .env
source .env/bin/activate
pip install -r requirements.txt
Show help
python lbe.py -h