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
|
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
|
|
|
|
|
To contribute you can visit git.mrcyjanek.net/mrcyjanek/monero_c and open a PR, alternatively use any other code mirror or send patches directly.
|
|
|
|
|
|
2024-02-17 18:10:28 +01:00
|
|
|
**IMPORTANT** I don't have time to write better README, please check Makefile for build instructions, in general it comes down to:
|
2023-12-27 22:04:19 +01:00
|
|
|
|
|
|
|
|
```bash
|
2024-02-17 18:10:28 +01:00
|
|
|
$ make download
|
|
|
|
|
$ make host_depends
|
|
|
|
|
$ make monero_linux_amd64 # or else, depending on your OS/arch
|
|
|
|
|
$ make moneroc_linux_amd64 # or else, depending on your OS/arch
|
|
|
|
|
```
|