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 Mar 23, 2021. It is now read-only.
234: add comments to the separate apps example r=D4nte a=da-kami
cleaned up PR, there should not be additional changes @D4nte
Co-authored-by: Daniel Karzel <daniel.karzel@coblox.tech>
Co-authored-by: Franck Royer <franck@coblox.tech>
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,12 @@ If you have any question please [reach out to the team in our Gitter chat](https
16
16
17
17
1.`yarn create comit-app new <your-app-name>`,
18
18
2.`yarn create comit-app start-env` to start blockchain and COMIT nodes,
19
-
3. Run the [btc-eth](https://github.com/comit-network/create-comit-app/tree/master/new_project/examples/btc_eth) example (in separate terminal):
20
-
1. Navigate to the btc-eth example app directory `cd <path-to-your-app>/examples/btc_eth`,
19
+
3. Run the [separate-apps](https://github.com/comit-network/create-comit-app/tree/master/new_project/examples/separate_apps) example (in separate terminals for the taker and maker):
20
+
1. Navigate to the separate-apps example app directory `cd <path-to-your-app>/examples/separate-apps`,
21
21
2.`yarn install` to install dependencies,
22
-
3.`yarn start` to run the application.
22
+
3.`yarn run maker` to run the maker app.
23
+
4.`yarn run taker` to run the taker app.
24
+
5. Follow the steps be hitting `Return` to complete the swap.
23
25
24
26
You can find additional examples in the [examples](https://github.com/comit-network/create-comit-app/tree/master/new_project/examples) directory that is created as part of step 1.
0 commit comments