Add web support for BCH
monicanagent opened this issue · 3 comments
monicanagent commented
Implement support for Bitcoin Cash in the web version of CypherPoker.JS
To accomplish this, updates will need to be made to the CP_Account API to generate raw transactions:
cypherpoker.js/src/server/api/CP_Account.js
Lines 1075 to 1086 in d087b4a
...using one of the API services noted in issue #49.
monicanagent commented
Native handlers from issue #49 can now be extended to support remote APIs such as:
https://developer.bitcoin.com
https://rest.bitcoin.com
https://fountainhead.cash
monicanagent commented
Native handlers from issue #49 can now be extended to support remote APIs such as:
https://developer.bitcoin.com
https://rest.bitcoin.com
https://fountainhead.cash
monicanagent commented
Update completed in revision 199 (bbd75c3).