Skip to content

Commit edffc03

Browse files
author
land-pack
committed
update read me & add some fake configuration into the config file
1 parent 3189675 commit edffc03

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ More about BWS at https://blog.bitpay.com/announcing-the-bitcore-wallet-suite/
2222
# Getting Started
2323
```
2424
git clone https://github.com/bitpay/bitcore-wallet-service.git
25-
cd bitcore-wallet-service && npm start
25+
cd bitcore-wallet-service
26+
npm install
27+
npm start
2628
```
2729

2830

config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ var config = {
7171
defaultUnit: 'btc',
7272
subjectPrefix: '',
7373
pushServerUrl: 'https://fcm.googleapis.com/fcm',
74-
authorizationKey: '',
74+
authorizationKey: 'You_have_to_put_something_here',
7575
},
7676
fiatRateServiceOpts: {
7777
defaultProvider: 'BitPay',

0 commit comments

Comments
 (0)