Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 815 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 815 Bytes

EasyBitcoin

is intended to become a simple to use C++03 Bitcoin library.

Build Status

Why C++03

I want to build a native BlackBerry(R) Bitcoin wallet. The Momentics IDE and the qnx version of gcc does not support C++11 yet, so I can't use libbitcoin by unsystem.net.

Planned features:

  • easy import of encoded private keys and addresses
  • easy conversion between base58, base58check and hex data
  • signing of standard BTC transactions

to be continued

Features that are not intended (but might be implemented in a separate library):

  • full node with block database etc.