Include the full api url to BWS in docs.

This commit is contained in:
Braydon Fuller 2015-07-28 14:22:55 -04:00
parent 33e9c06fab
commit eee560628e
1 changed files with 2 additions and 1 deletions

View File

@ -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.