Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
monokh authored Jan 31, 2020
2 parents ff522b3 + 36465f4 commit b46c5d3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,28 @@

Trustless swaps application

## How to run

### Requirements

- Git
- Node.Js

Steps:

```
git clone https://github.com/liquality/liquality-swap.git
cd liquality-swap
npm install
```

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!

Now run the app:

`npm start`


## Development

### Run locally
Expand Down

0 comments on commit b46c5d3

Please sign in to comment.