monero-cpp
monero-cpp copied to clipboard
C++ library for using Monero
Hi there, I am struggling to build the library on my Apple M1 (I managed to build on Linux, Apple Intel, and using buildx of docker). I had to make...
This will only work after https://github.com/monero-project/monero/pull/8515 is merged and integrated here, so after review the API might change. I tested this using: ```cpp auto w = monero_wallet_full::create_wallet_random( "", "", monero_network_type::TESTNET...
I modified 'cd $MONERO_CPP/external/monero-project && make release-static -j8 && make release-static -j8' of operation 5 to 'cd $MONERO_CPP/external/monero-project && make release-static-win64 - j8 && make release-static-win64 -j8'. Execute operation 6...
Hi Woodser, I'm new to c++ and want to try the monero library, the build is successful i believe (no errors), I followed all the steps, but I have never...
**Compiling on Ubuntu-20:** **Section:** [Using this library in your project](https://github.com/monero-ecosystem/monero-cpp) _From the description:_ `Link to this library's source files in your application or build as a shared library in ./build/:...
This issue requests building and testing this library on Windows
This issue requests help automating the build of this project. For comparison, Cake Wallet's automated build process is documented here: https://github.com/fotolockr/CakeWallet And Monerujo's build process is documented here: https://github.com/m2049r/xmrwallet/blob/master/doc/BUILDING-external-libs.md Ideally...
This issue requests a RPC and/or REST wallet server be built based on this library's API. For example, GET `/get_txs` with a `MoneroTxQuery` payload returns `List` rooted at their blocks...
This issue requests porting this library's [Java counterpart's JUnit test suite](https://github.com/monero-ecosystem/monero-java/tree/master/src/test/java/test) to C++ for use in this library. Currently, the Java library tests the C++ library through the JNI interface....