Skip to content

BitBoxSwiss/bitpaywalletclient

Repository files navigation

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