I have 4 nodes set up on 4 vagrant ubuntu-based machines. I have generated the keys required for these nodes using the command: init_indy_node VAL1 0.0.0.0 9701 0.0.0.0 9702 111111111111111111111111111N1
. According to the documentation, there is a script named generate_indy_pool_transactions
which generates the keys with predefined node names i.e Node1, Node2 and generates the keys that are always the same.
I want to create my custom network with my generated keys. I could not find any document to generate the genesis transaction file.
Is there any way to generate this file so that I can bootstrap my network?
Any suggestions/comments are welcome.