Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 643 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 643 Bytes

bitpaywalletclient – A C++ client and library to access Bitpays wallet service (the backend of Copay)

Build Status

Dependencies

  • libcurl

Internal dependencies (included as subtree)

  • libbtc (bitcoin library)
  • secp256k1 (ECC secp256k library)
  • UniValue (JSON library)

How to Build

./autogen.sh
./configure
make