Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrcyjanek/monero_c


https://github.com/mrcyjanek/monero_c

Last synced: about 2 months ago
JSON representation

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/