Files
wasmd/contrib/local/start_node.sh
pinosu 558147d054 Address cli behaviour on tx and query errors (#1125)
* Add SilenceUsage missing flags

* Remove old script

* Edit script comment
2023-01-10 15:38:23 +01:00

5 lines
159 B
Bash
Executable File

#!/bin/bash
set -eu
wasmd start --rpc.laddr tcp://0.0.0.0:26657 --log_level=info --trace #remove trace flag if you don't wantg the stack trace to be printed