Verify that Indy DLT/Blockchain network is workingΒΆ
- Recommend you to go through the Flux Troubleshooting Guide, before you start your network deployment.
- Then, you need to verify that network is successfully configured as mentioned in setting_dlt.md.
- Verify that there are no errors in the logs of Indy Nodes (running as pods on your k8s cluster).
- You can find the generated pool-genesis inside your release folder under
-ptg folder as pool_genesis.yaml. Copy the genesis to a seperate file inside the build folder and use that file to connect to your indy pool. - Install Indy CLI. Readme how to install and use indy CLI is here.
- Connect to your pool using Indy CLI to verify your installation.
> indy-cli
indy> pool create <POOL-NAME> gen_txn_file=<PATH-TO-YOUR-GENESIS>
indy> pool connect <POOL-NAME>
NOTE: The ports mentioned in the genesis file should be open.
If the connection is successful, Congratulation!!! you have deployed an Indy DLT Network sucessfully.