Skip to content

Commit

Permalink
Fix run cheqd node comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cykoder committed Nov 14, 2024
1 parent 676d909 commit c91ebbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/run_cheqd_node_in_docker
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/bin/bash

# Starts a dock test node in docker for testing. Automatically deletes the container on exit.
# Starts a cheqd test node in docker for testing. Automatically deletes the container on exit.
# Arguments passed to this script are forwarded to the node binary.
#
# Example use:
#
# ```bash
# # Start a local test node
# ./run_dock_node_in_docker --dev
# ./run_cheqd_node_in_docker --dev
#
# # Start a testnet node
# ./run_dock_node_in_docker --chain=remdev --rpc-external --ws-external --rpc-cors=all
# ./run_cheqd_node_in_docker --chain=remdev --rpc-external --ws-external --rpc-cors=all
# ```

set -uexo pipefail
Expand Down

0 comments on commit c91ebbb

Please sign in to comment.