Skip to content

Beldex-Coin/monero_c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

416 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 60.5%
  • C++ 28.5%
  • TypeScript 7.1%
  • C 1.2%
  • Shell 1.1%
  • CMake 0.7%
  • Other 0.9%