This repository hosts a small tool for hyperledger indy based identity networks to update genesis files to the current pool state. The tool heavily depends on indy-vdr and exposes a very minimal API to update the pool transaction genesis file to the current state of the pool ledger.
-g, --genesis-file <GENESIS_FILE>
Path to the pool transactions genesis file [default: ./pool_transactions_genesis]
-h, --help
Print help information
-o, --output-file <OUTPUT_FILE>
Path to the output file [default: ./pool_transactions_genesis]
-u, --update-write
Always write output file (otherwise the output file is only written if updates were
found)
-V, --version
Print version information
An example to use this project via github workflows can be found in the repository that updates the idunion test pool transactions genesis file.