Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 909 Bytes

README.org

File metadata and controls

23 lines (19 loc) · 909 Bytes

BigchainDB Explorer

A python flask webapp for exploring transactions in a BigchainDB blockchain, currently in the open source community, this repo here is the only one that supports the latest version of BigchainDB 2.0.

Setup

./setup.sh

Screenshot

./screenshot/screenshot1.png

./screenshot/screenshot2.png

./screenshot/screenshot3.png

Usage

Replace the {txid} by specific transaction id at the end of the request url like: http://<host>:<port>/api/v1/transactions/{txid}

Or send a request to http://<host>:<port>/api/v1/transactions/{txid} directly