# wallet-core
**Repository Path**: mygitcodehost/wallet-core
## Basic Information
- **Project Name**: wallet-core
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-12-08
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Trust Wallet Core is an open source, cross-platform, mobile-focused library
implementing low-level cryptographic wallet functionality for a high number of blockchains.
It is a core part of the popular [Trust Wallet](https://trustwallet.com), and some other projects.
Most of the code is C++ with a set of strict C interfaces, and idiomatic interfaces for supported languages:
Swift for iOS and Java for Android.





[](https://www.codacy.com/app/hewigovens/wallet-core?utm_source=github.com&utm_medium=referral&utm_content=TrustWallet/wallet-core&utm_campaign=Badge_Grade)





# Documentation
For comprehensive documentation, see [developer.trustwallet.com](https://developer.trustwallet.com/wallet-core).
# Supported Blockchains
Wallet Core supports more than **50** blockchains: Bitcoin, Ethereum, Binance Chain, and most major blockchain platforms.
The full list is [here](docs/coins.md).
# Building
For build instructions, see [developer.trustwallet.com/wallet-core/building](https://developer.trustwallet.com/wallet-core/building).
# Using from your project
If you want to use wallet core in your project follow these instructions.
## Android
Add this dependency to build.gradle:
```groovy
dependencies {
implementation 'com.trustwallet:wallet-core:x.y.z'
}
```
Replace x.y.z with a [fresh version](https://github.com/trustwallet/wallet-core/releases)
## iOS
We currently support only CocoaPods. Add this line to your Podfile and run `pod install`:
```ruby
pod 'TrustWalletCore'
```
# Projects
Projects using Trust Wallet Core. Add yours too!
[
](https://trustwallet.com)
[Coinpaprika](https://coinpaprika.com/)
| [IFWallet](https://www.ifwallet.com/)
| [crypto.com](https://crypto.com)
| [Alice](https://www.alicedapp.com/)
| [Frontier](https://frontier.xyz/)
# Contributing
The best way to submit feedback and report bugs is to [open a GitHub issue](https://github.com/trustwallet/wallet-core/issues/new).
If you want to contribute code please see [Contributing](https://developer.trustwallet.com/wallet-core/contributing).
If you want to add support for a new blockchain also see [Adding Support for a New Blockchain](https://developer.trustwallet.com/wallet-core/newblockchain), make sure you have read the [requirements](https://developer.trustwallet.com/wallet-core/newblockchain#requirements) section.
Thanks to all the people who contribute.
# License
Trust Wallet Core is available under the MIT license. See the [LICENSE](LICENSE) file for more info.