blob: 5ed75649789889dbdbc6e4c87e39586496c52929 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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 zano; do ./apply_patches.sh $coin; done
```
Broken? Not working? Need help? https://moneroc.mrcyjanek.net/
|