This repository was archived by the owner on Mar 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ This project was bootstrapped with [ Create Comit App] ( https://github.com/comit-network/create-comit-app ) .
2
+
3
+ ## Available Scripts
4
+
5
+ In the project directory, you can run:
6
+
7
+ ### ` yarn create comit-app start-env `
8
+
9
+ Sets up the development environment, starting blockchain nodes and COMIT nodes.
10
+
11
+ This command will take hold of your terminal; to run an application using the environment you will have to use a separate terminal.
12
+ To clean up the environment, press ` CTRL-C ` .
13
+
14
+ ### ` yarn start `
15
+
16
+ Displays the environment variables created during environment set-up.
17
+
18
+ ## Example Projects
19
+
20
+ There are 3 example projects included in the ` examples ` directory which may guide you when developing your COMIT application:
21
+
22
+ - [ Simple Bitcoin for Ether atomic swap using COMIT] ( ./examples/btc_eth/README.md ) .
23
+ - [ Simple ERC20 token for Bitcoin atomic swap using COMIT] ( ./examples/erc20_btc/README.md ) .
24
+ - [ Two applications interacting to negotiate and execute an atomic swap] ( ./examples/separate_apps/README.md ) .
You can’t perform that action at this time.
0 commit comments