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?
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 network – Fuzzybear – 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