Skip to content

Commit

Permalink
up network
Browse files Browse the repository at this point in the history
  • Loading branch information
avery committed Dec 10, 2024
1 parent 02ddedd commit f0566f0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions network/hermes/create-conn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ echo "Initiating connection handshake..."
$HERMES_BINARY -c $CONFIG_DIR create connection test-1 test-2

sleep 2

1 change: 1 addition & 0 deletions network/hermes/restore-keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ sleep 5s

$HERMES_BINARY -c ./network/hermes/config.toml keys restore test-2 -m "record gift you once hip style during joke field prize dust unique length more pencil transfer quit train device arrive energy sort steak upset"
sleep 5s

8 changes: 8 additions & 0 deletions network/hermes/start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

# Load shell variables
. ./network/hermes/variables.sh

# Start the hermes relayer in multi-paths mode
echo "Starting hermes relayer..."
$HERMES_BINARY -c $CONFIG_DIR start
1 change: 1 addition & 0 deletions network/hermes/variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
HERMES_BINARY=hermes
HERMES_DIRECTORY=./network/hermes/
CONFIG_DIR=./network/hermes/config.toml

0 comments on commit f0566f0

Please sign in to comment.