From 280a2a40898f86990e85d174497f83d1b634a1ea Mon Sep 17 00:00:00 2001 From: monokh Date: Thu, 7 Feb 2019 16:55:09 +0000 Subject: [PATCH] Update README.md with setup details --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 0aa8732d..4538dbb4 100644 --- a/README.md +++ b/README.md @@ -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