Skip to content

Commit 267cfdb

Browse files
authored
Update README.md
1 parent 1ab4e27 commit 267cfdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ More about BWS at https://blog.bitpay.com/announcing-the-bitcore-wallet-suite/
2525
cd bitcore-wallet-service && npm start
2626
```
2727

28+
2829
This will launch the BWS service (with default settings) at `http://localhost:3232/bws/api`.
2930

3031
BWS needs mongoDB. You can configure the connection at `config.js`
@@ -167,7 +168,7 @@ Returns:
167168
* TX Proposal object. (see [fields on the source code](https://github.com/bitpay/bitcore-wallet-service/blob/master/lib/model/txproposal.js)). `.id` is probably needed in this case.
168169

169170

170-
`/v1/addresses/`: Request a new main address from wallet
171+
`/v3/addresses/`: Request a new main address from wallet . (creates an address on normal conditions)
171172

172173
Returns:
173174
* Address object: (https://github.com/bitpay/bitcore-wallet-service/blob/master/lib/model/address.js)). Note that `path` is returned so client can derive the address independently and check server's response.

0 commit comments

Comments
 (0)