cyan 1d8e0fb30b ledger changes (#41)
* ledger changes
* minor fix
* Implement monero queryWalletDevice
* update checksums
* Remove ledger_flutter_plus dependency
---------

Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com>
2024-10-21 12:54:58 +02:00
2024-10-21 12:54:58 +02:00
2024-09-19 10:59:07 +02:00
2024-10-17 10:50:22 +02:00
2024-04-22 21:54:39 +02:00
2024-10-21 12:54:58 +02:00
2024-08-26 06:57:16 +02:00
2024-10-21 12:54:58 +02:00
2024-07-15 10:20:52 +00:00
2024-08-26 06:57:16 +02:00
2024-03-23 08:43:12 +01:00
2024-10-17 10:50:22 +02:00
2024-07-01 09:51:48 +00:00

wallet2_api.h (but this time C compatible)

Wrapper around wallet2_api.h that can be called using C api.

Building

TL;DR:

$ rm -rf monero wownero release
$ git submodule update --init --recursive --force
$ for coin in monero wownero; do ./apply_patches $coin; done
$ ./build_single monero $(gcc -dumpmachine) -j$(nproc)

Broken? Not working? Need help? https://moneroc.mrcyjanek.net/

Description
No description provided
Readme 1.6 MiB
Languages
Dart 42.9%
C++ 23.9%
C 17.4%
TypeScript 8.7%
Makefile 4.9%
Other 2.2%