From eee560628e7f6c01b9363f67c83c7005e903e891 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Tue, 28 Jul 2015 14:22:55 -0400 Subject: [PATCH] Include the full api url to BWS in docs. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de05a57..a09c34c 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,12 @@ More about BWS at http://blog.bitpay.com/2015/03/05/bitcore-wallet.html npm start ``` +This will launch the BWS service (with default settings) at `http://localhost:3232/bws/api`. + BWS needs mongoDB. You can configure the connection at `config.js` BWS supports SSL and Clustering. For a detailed guide on installing BWS with extra features see [Installing BWS](https://github.com/bitpay/bitcore-wallet-service/blob/master/installation.md). - # Security Considerations * Private keys are never sent to BWS. Copayers store them locally. * Extended public keys are stored on BWS. This allows BWS to easily check wallet balance, send offline notifications to copayers, etc.