Add Yggdrasil connectivity test command
This commit is contained in:
parent
32596480c8
commit
c6d782e7a7
3 changed files with 128 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue