Browse Source

Include the full api url to BWS in docs.

activeAddress
Braydon Fuller 10 years ago
parent
commit
eee560628e
  1. 3
      README.md

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

Loading…
Cancel
Save