Bitcoin-com / bitbox-sdk

BITBOX SDK for Bitcoin Cash
https://developer.bitcoin.com/bitbox
MIT License
86 stars 62 forks source link

BCH Nov 15th upgrade #194

Open jeansouza opened 3 years ago

jeansouza commented 3 years ago

What network is BitBox SDK following after the upgrade, BCHA or BCHN?

christroutner commented 3 years ago

More than likely, since the infrastructure is operated by Bitcoin.com, BITBOX SDK will follow the BCHN chain.

The bch-js library (forked from BITBOX) at FullStack.cash allows developers to work on either chain by simply changing the URL of the REST API servery they are pointed to. You could, for instance, write data to the cheaper chain, and use the more expensive (higher security) chain for payments.