Skip to content

Commit b46c5d3

Browse files
authored
Merge branch 'master' into dev
2 parents ff522b3 + 36465f4 commit b46c5d3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,28 @@
1010

1111
Trustless swaps application
1212

13+
## How to run
14+
15+
### Requirements
16+
17+
- Git
18+
- Node.Js
19+
20+
Steps:
21+
22+
```
23+
git clone https://github.com/liquality/liquality-swap.git
24+
cd liquality-swap
25+
npm install
26+
```
27+
28+
Update the configuration file at `config.js` ([config.js](src/config/config.js)) with your preferred network and nodes. An example mainnet configuration is available here [liquality.io.mainnet.config.js](.travis/liquality.io.mainnet.config.js). For maximum security, use your own nodes!
29+
30+
Now run the app:
31+
32+
`npm start`
33+
34+
1335
## Development
1436

1537
### Run locally

0 commit comments

Comments
 (0)