I'm experimenting with creating a Hyperledger-Indy network and have been following the readthedocs.
I can spin up blank indy-node docker containers and have been able to generate their keys using init_indy_node
with my seed.
I can't find instructions on how to generate pool_transactions_genesis and domain_transactions_genesis using the keys generated above. The only thing I can find is the command generate_indy_pool_transactions
but this just creates a generic bootstrap sandbox network that always has the same keys and does not use the ones created above using my selected seed.
How do you generate these genesis files?