WadeBarnes / indy-ledger-monitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indy Ledger Monitor

Indy Ledger Monitor is a set of tools for fetching transactions from an Indy Ledger by querying the validators of the ledger. Based on that, requests can be made for ledger transactions such as:

  • fetch pool ledger transactions
  • fetch main ledger transaction(s)
  • fetch schema id details
  • fetch credential definition details
  • fetch revocation details
  • fetch NYM details

The repo has basic tools to collect and format data and tools for using that data in different ways.

Fetch Ledger Information

This is a simple tool that can be used to retrieve ledger transactions from an Indy network. The results are returned as a JSON.

For more details see the Fetch Ledger Information readme

Contributions

Pull requests are welcome!

We also welcome issues submitted about problems you encounter in using the tools within this repo.

License

Apache License Version 2.0

About

License:Apache License 2.0


Languages

Language:Python 89.8%Language:Shell 6.0%Language:Dockerfile 4.3%