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
4
4
5
5
In the project directory, you can run:
6
6
7
- ### ` yarn create comit-app start- env `
7
+ ### ` yarn env `
8
8
9
9
Sets up the development environment, starting blockchain nodes and COMIT nodes.
10
10
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.
4
4
5
5
## How to run this example
6
6
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.
6
6
7
7
## How to run this example
8
8
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)
2
2
3
3
An example project that shows how to swap Bitcoin for Ether with COMIT.
4
4
@@ -17,9 +17,12 @@ It then consists of 5 steps:
17
17
18
18
## How to run this example
19
19
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,
23
26
3 . Run ` yarn run taker ` to start the taker app and initiate a swap,
24
27
4 . Press ` Enter ` when asked to continue,
25
28
5 . Profit!
You can’t perform that action at this time.
0 commit comments