2023-12-26 21:43:14 +01:00
|
|
|
# wallet2_api.h (but this time C compatible)
|
|
|
|
|
|
2024-02-17 18:10:28 +01:00
|
|
|
> Wrapper around wallet2_api.h that can be called using C api.
|
2023-12-27 22:04:19 +01:00
|
|
|
|
2024-03-28 02:08:12 +01:00
|
|
|
## Building
|
|
|
|
|
|
2024-10-17 10:50:22 +02:00
|
|
|
TL;DR:
|
2024-03-28 02:08:12 +01:00
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
$ rm -rf monero wownero release
|
|
|
|
|
$ git submodule update --init --recursive --force
|
2025-01-04 09:02:44 +01:00
|
|
|
$ for coin in monero wownero zano; do ./apply_patches.sh $coin; done
|
2024-03-28 02:08:12 +01:00
|
|
|
```
|
|
|
|
|
|
2024-10-17 10:50:22 +02:00
|
|
|
Broken? Not working? Need help? https://moneroc.mrcyjanek.net/
|