deanmlittle / bsv-p2p

A fork of bitcore-p2p for BitcoinSV with bsv.js compatibility.
MIT License
32 stars 15 forks source link

Add 'bsv' dependency #6

Open jolonf opened 4 years ago

jolonf commented 4 years ago

Installing bsv-p2p doesn't automatically install the bsv package.

The bitcore-p2p package.json includes bitcore-lib as a dependency whereas bsv-p2p doesn't include bsv as a dependency.

deanmlittle commented 4 years ago

This is intentional. You are supposed to manually install bsv.js in the root of your projects, otherwise there will be multiple versions which has caused errors in the past.

jolonf commented 4 years ago

Perhaps bsv could be added as a peer dependency?