We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3189675 commit edffc03Copy full SHA for edffc03
README.md
@@ -22,7 +22,9 @@ More about BWS at https://blog.bitpay.com/announcing-the-bitcore-wallet-suite/
22
# Getting Started
23
```
24
git clone https://github.com/bitpay/bitcore-wallet-service.git
25
- cd bitcore-wallet-service && npm start
+ cd bitcore-wallet-service
26
+ npm install
27
+ npm start
28
29
30
config.js
@@ -71,7 +71,7 @@ var config = {
71
defaultUnit: 'btc',
72
subjectPrefix: '',
73
pushServerUrl: 'https://fcm.googleapis.com/fcm',
74
- authorizationKey: '',
+ authorizationKey: 'You_have_to_put_something_here',
75
},
76
fiatRateServiceOpts: {
77
defaultProvider: 'BitPay',
0 commit comments