monero-cpp
monero-cpp copied to clipboard
C++ library for using Monero
This feature requests supporting an implementation of [monero_wallet.h](https://github.com/woodser/monero-cpp-library/blob/master/src/wallet/monero_wallet.h) which shares the view key with a 3rd party in order to scan the blockchain for incoming transfers. A specialization of this...
This PR includes monero_wallet_light implementation
I'm having some trouble linking the monero-cpp library to my simple project. I created a simple test project to help you figure out what exactly is going wrong. We are...
I am experiencing some difficulties with compiling this library for my project, which also compiles under Windows. As I understand it, under Windows i can only compile using MSYS2 and...
Ref. woodser/monero-java#74 haveno-dex/haveno#795
This PR introduces a series of bash scripts and modified CMakeLists.txt files that allows for a universal MacOS dylib (libmonero-cpp.dylib) to be cross-compiled. This has only been tested on Debian...
a complete new monero_wallet_light implementation that doesn't rely on wallet2.cpp