Skip to content

Cross-platform, cross-blockchain wallet library.

License

Notifications You must be signed in to change notification settings

oregonisaac/wallet-core

 
 

Repository files navigation

Trust Wallet Core is a cross-platform library that implements low-level cryptographic wallet functionality for all supported 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).

Build Status

Supported Blockchains

Usage

If you want to use wallet core in your project follow these instructions.

Android

Add this dependency to build.gradle:

dependencies {
    compile 'com.trustwallet.walletcore:walletcore:0.4.0'
}

iOS

We currenlty support only CocoaPods. Add this line to your Podfile and run pod install:

pod 'TrustWalletCore'

Contributing

The best way to submit feedback and report bugs is to open a GitHub issue. If you want to contribute code please see Contributing.

Request for new blockchain? 🚀 here.

License

Trust Wallet Core is available under the MIT license. See the LICENSE file for more info.

About

Cross-platform, cross-blockchain wallet library.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C 62.2%
  • C++ 18.4%
  • Swift 8.3%
  • Java 2.2%
  • HTML 1.9%
  • Ruby 1.9%
  • Other 5.1%