How to develop with the Bitcoin cash?

3

I have a simple wallet created with the BitcoinJ. I can create the address, track the transactions, check account balance etc with the wallet.

I would like to extend the wallet for the Bitcoin cash and was wondering is there any framework/library available for this forked currency?

Arefe

Posted 2017-09-13T09:31:08.793

Reputation: 203

1It is still early days for bitcoin cash. I believe you would need to implement the differences between bitcoin and bitcoin cash into BitcoinJ in order to be able to have BitcoinJ connected to the Bitcoin Cash networkFuzzybear 2017-09-13T09:45:31.993

1

There is a Scala project based on BitcoinJ. It has BCH signing code too: See https://github.com/scalahub/bitcoinS/blob/master/BitcoinS_Tests/src/sh/TestUAHF.scala

Jus12 2018-01-07T05:05:20.617

Answers

4

There is a bitcoinj.cash project currently being put together. The code is not ready for use but should be by next week: https://github.com/bitcoinj-cash/bitcoinj

user3169736

Posted 2017-09-13T09:31:08.793

Reputation: 56