bit-c / bitc

MIT License
103 stars 23 forks source link

split the core of #8

Open jonasschnelli opened 10 years ago

jonasschnelli commented 10 years ago

I'd like to add support for bitc in BitcoinKit.framework so Hive and MacWallet could make use of bitc as the underlaying bitcoin stack. This would preassume that bitc would keep the core separated from the ui/terminal stuff. Best would be to build a lib (libbtc) where the ui-level (bitc) would make use of that library. (like libcurl and curl are connected).

mx4 commented 10 years ago

Jonas, thanks for filing this. It seems that there's interest in re-using bitc as the back-end for several UI, so having a clean core api will be useful. We should discuss the requirement for the integration with bitcoinkit eventually.

laanwj commented 10 years ago

I'm also interested in this.

I'm evaluating options for moving to an SPV backend for Bitcoin-Qt, and this looks like a neat starting point. Congratulations at least for writing a very readable SPV client :)