We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a661a0 commit 5d655d4Copy full SHA for 5d655d4
ibc.ts/README.md
@@ -2,3 +2,20 @@ IBC relayer and scenario
2
=========================
3
4
This directory contains IBC relayer implementation and IBC demo scenario script.
5
+
6
+## Before start
7
8
+1. Please run `yarn install`. It will install dependencies.
9
+2. Please run `cp .env.default .env`
10
11
+## How to run chains
12
13
+Run `yarn run runChains`
14
15
+## Print debug log
16
17
+Please use `DEBUG` environment variable.
18
+If you want to print all debug log,
19
+please use "\*" for the `DEBUG` environment variable, like: `DEBUG="*"`
20
21
+For example you can run like this: `DEBUG="*" yarn run runChains`
0 commit comments