Add Yggdrasil connectivity test command

This commit is contained in:
Gregory Bednov 2025-07-15 21:20:59 +03:00
commit c6d782e7a7
3 changed files with 128 additions and 0 deletions

View file

@ -30,4 +30,10 @@ Once configured you can start the node with:
go run .
```
To verify Yggdrasil connectivity without starting Tendermint you can run:
```bash
go run . testYggdrasil
```
See `--help` for a full list of available options.