Skip to content

A python flask webapp for exploring transactions in a BigchainDB blockchain

License

Notifications You must be signed in to change notification settings

ares-tech/bigchaindb-explorer

Repository files navigation

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