You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ More about BWS at https://blog.bitpay.com/announcing-the-bitcore-wallet-suite/
25
25
cd bitcore-wallet-service && npm start
26
26
```
27
27
28
+
28
29
This will launch the BWS service (with default settings) at `http://localhost:3232/bws/api`.
29
30
30
31
BWS needs mongoDB. You can configure the connection at `config.js`
@@ -167,7 +168,7 @@ Returns:
167
168
* 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.
168
169
169
170
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)
171
172
172
173
Returns:
173
174
* 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