Skip to content

Beldex-Coin/monero_c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

394 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wallet2_api.h (but this time C compatible)

Wrapper around wallet2_api.h that can be called using C api.

Building

TL;DR:

$ rm -rf monero wownero beldex release
$ git submodule update --init --recursive --force
$ for coin in monero wownero zano beldex; do ./apply_patches.sh $coin; done
$ ./build_single.sh beldex $(gcc -dumpmachine) -j$(nproc)

Broken? Not working? Need help? https://moneroc.mrcyjanek.net/

About

The monero_c project provides a C-compatible API wrapper around Monero's and Beldex's C++ wallet functionality (specifically wallet2_api.h). This means it takes native C++ code (from Monero and related cryptocurrencies) and exposes it in a C interface, which allows easier integration from other languages and environments that can call C functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dart 51.2%
  • C++ 24.6%
  • C 12.0%
  • TypeScript 6.0%
  • Makefile 4.1%
  • CMake 1.3%
  • Other 0.8%