You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: examples/interop/README.md
+10-3
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ Run below command inside each application folder.
116
116
117
117
##### Transfer sidechain two to sidechain one
118
118
119
-
- Run `ts-node pos-sidechain-example-one/config/scripts/transfer_sidechain_one.ts` from `interop` folder.
119
+
- Run `ts-node pos-sidechain-example-two/config/scripts/transfer_sidechain_one.ts` from `interop` folder.
120
120
- Check balance for `lskxvesvwgxpdnhp4rdukmsx42teehpxkeod7xv7f` using `token_getBalances` RPC on sidechain one.
121
121
122
122
##### Transfer sidechain one to sidechain two
@@ -137,6 +137,13 @@ Run below command inside each application folder.
137
137
138
138
#### Other options
139
139
140
-
There are `genesis_assets_103_validators.json` file under config folder of each app. You can also use this genesis-assets if you want to run an application for 103 validators. In order to do so follow these steps:
140
+
There are `genesis_assets_103_validators.json` file under config folder of each app. You can also use this
141
+
genesis-assets if you want to run an application for 103 validators. In order to do so follow these steps:
0 commit comments