Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrcyjanek/monero_c
https://github.com/mrcyjanek/monero_c
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrcyjanek/monero_c
- Owner: MrCyjaneK
- License: gpl-3.0
- Created: 2024-02-13T17:33:48.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-10-29T09:58:17.000Z (about 2 months ago)
- Last Synced: 2024-10-29T11:38:54.878Z (about 2 months ago)
- Language: Dart
- Size: 74.4 MB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wallet2_api.h (but this time C compatible)
> Wrapper around wallet2_api.h that can be called using C api.
## Building
TL;DR:
```bash
$ 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/