- Notifications
You must be signed in to change notification settings - Fork0
Hyperldger Indy Transaction Explorer
License
bcgov/indyscan
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- IndyScan is transaction explorer for Hyperledger Indy blockchain.
- IndyScan for Sovrin public blockchain is deployed @https://indyscan.io.
- The
indyscan-daemon
checks ledger for new transactions. - Transactions are stored in Elasticsearch (storage format info)
indyscan-webapp
is web UI to browse and explore transaction data.indyscan-api
provides HTTP API to query transaction data.
The easiest way to get started with indy. Followthis to startup locally Indypool with Indyscanattached out of the box.
Second option is running in AWS. Followthis to startup Indypool with Indyscanattached out of the box in AWS.
If
- you want to run Indyscan on your host machine
- you want to run Indyscan against some particular Indy network
- you want to deploy Indyscan on intranetyou will find useful more info about the individual services you need and how to configure them.Before you dig in, try to dig into docker configuration providedhere for running on localhostyou might just figure small modification you need to do for your use case.
- start/ - automation to start scanned Indypool locally- start-aws/ - automation to start scanned Indypool in AWS- indyscan-api/ - indyscan API for querying db-stored transactions- indyscan-api-client/ - http client to call indyscan api- indyscan-webapp/ - nextjs based UI running against indyscan-api - indyscan-daemon/ - process searching for ledger transactions, storing them in a database- indyscan-daemon-ui/ - user interface to manage indyscan-daemon workers - indyscan-storage/ - shared library for app and daemon - how to store and retrieve transactions in db- indyscan-txtype/ - shared library contaning domain knowledge about indy transactions- ubuntu-libindy/ - base docker image for daemon docker image- indypool-client/ - small tool for verifying connectivity to an indy ledger- dev/ - scripts for managing this monorepo
Scans ledger and stores the found transactions in database.Read more.
Provides HTTP api to query transactions (found by the daemon) and networks from the databaseRead more.
Provides Javascript client for talking to Indyscan APIRead more.
NEXT.JS based UI for viewing scanned transactionsRead more.
About
Hyperldger Indy Transaction Explorer
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Languages
- JavaScript94.3%
- Shell1.8%
- HCL1.7%
- SCSS0.8%
- Dockerfile0.8%
- HTML0.4%
- Other0.2%