Wallet Core
Last updated
Was this helpful?
Last updated
Was this helpful?
Trust Wallet Core is a cross-platform library that implements low-level cryptographic wallet functionality for many blockchains. Most of the code is C++ with a set of strict exported C interfaces. The library provides idiomatic interfaces for all supported languages (currently Swift for iOS and Java for Android).
If you want to use wallet core in your project follow these instructions:
For building locally, or using Docker image, see the .
For trying out, e.g. testing key management and address derivation, see the .
If you want to include Wallet Core in your project, see the . Start with the overview of the most common wallet operations (), and see the platform-specifc guides for and .
We have a list may already answer some of your questions.
The best way to submit feedback and report bugs is to . If you want to contribute code please see . If you want to add support for a new blockchain also see .
Thanks to all the people who contribute.
Trust Wallet Core is available under the MIT license. See the file for more info.