wallet_core_bindings_libs 4.1.21
wallet_core_bindings_libs: ^4.1.21 copied to clipboard
wallet core dynamic library for wallet_core_bindings_native.
wallet_core_bindings_libs #
Dynamic library built by wallet core, used with wallet_core_bindings_native.
Supported platforms #
Currently supported platforms, other platforms will be added if suitable methods are found in the future.
- Android
- iOS
Building #
By default, wallet core does not expose interface methods. You need to make a small change and compile it before using it.
- Repository wallet core.
- Build documentation, see building.
Required modifications
# File: /cmake/StandardSettings.cmake
set(CMAKE_CXX_VISIBILITY_PRESET hidden) -> set(CMAKE_CXX_VISIBILITY_PRESET default)
macOS #
After compiling on macOS, you get libTrustWalletCore.dylib, which does not meet the requirements for the current multi-CPU architecture. However, you can still import it into the project and run it on a device with a specified CPU architecture.
Linux #
After compiling on Linux, you get libTrustWalletCore.dylib, which does not meet the requirements for the current multi-CPU architecture. However, you can still import it into the project and run it on a device with a specified CPU architecture.
Windows #
Windows is not supported at present.
Usage #
For comprehensive documentation, see package repository.