This repository was archived by the owner on Mar 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +23
-14
lines changed Expand file tree Collapse file tree 4 files changed +23
-14
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This project was bootstrapped with [Create Comit App](https://github.com/comit-n
44
55In the project directory, you can run:
66
7- ### ` yarn create comit-app start- env `
7+ ### ` yarn env `
88
99Sets up the development environment, starting blockchain nodes and COMIT nodes.
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ An example project that shows how to swap Bitcoin for Ether with COMIT.
44
55## How to run this example
66
7- 1 . Make sure you have an environment setup through ` create-comit-app `
8- 2 . Run ` yarn install ` to install the necessary dependencies
9- 3 . Run ` yarn swap ` to start the swap
10- 4 . Hit ` CTRL-C ` once the swap is done.
7+ 1 . Run ` yarn env ` to setup the environment.
8+
9+ In a separate terminal:
10+
11+ 1 . Run ` yarn install ` to install the necessary dependencies
12+ 2 . Run ` yarn swap ` to start the swap
13+ 3 . Hit ` CTRL-C ` once the swap is done.
Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ Both maker and taker are processed in the same terminal.
66
77## How to run this example
88
9- 1 . Make sure you have an environment setup through ` create-comit-app ` ,
10- 2 . Run ` yarn install ` to install the necessary dependencies,
11- 3 . Run ` yarn swap ` to start the swap,
12- 4 . Press ` Enter ` when asked to continue,
13- 5 . Profit!
9+ 1 . Run ` yarn env ` to setup the environment.
10+
11+ In a separate terminal:
12+
13+ 1 . Run ` yarn install ` to install the necessary dependencies,
14+ 2 . Run ` yarn swap ` to start the swap,
15+ 3 . Press ` Enter ` when asked to continue,
16+ 4 . Profit!
Original file line number Diff line number Diff line change 1- # Example for swapping Bitcoin for Ether (separate processes)
1+ # Example for swapping Bitcoin for Ether (separate processes)
22
33An example project that shows how to swap Bitcoin for Ether with COMIT.
44
@@ -17,9 +17,12 @@ It then consists of 5 steps:
1717
1818## How to run this example
1919
20- 1 . Make sure you have an environment setup through ` create-comit-app ` ,
21- 2 . Run ` yarn install ` to install the necessary dependencies,
22- 3 . Run ` yarn run maker ` to start the maker app,
20+ 1 . Run ` yarn env ` to setup the environment.
21+
22+ In a separate terminal:
23+
24+ 1 . Run ` yarn install ` to install the necessary dependencies,
25+ 2 . Run ` yarn run maker ` to start the maker app,
23263 . Run ` yarn run taker ` to start the taker app and initiate a swap,
24274 . Press ` Enter ` when asked to continue,
25285 . Profit!
You can’t perform that action at this time.
0 commit comments