All Projects → trustwallet → Wallet Core

trustwallet / Wallet Core

Licence: mit
Cross-platform, cross-blockchain wallet library.

Projects that are alternatives of or similar to Wallet Core

Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (-78.54%)
Mutual labels:  blockchain, ethereum, bitcoin, cryptocurrency, crypto
Aeternity
æternity: solving scalability problems by making sense of state-channels
Stars: ✭ 923 (+40.49%)
Mutual labels:  blockchain, ethereum, bitcoin, cryptocurrency, crypto
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (-90.41%)
Mutual labels:  blockchain, ethereum, bitcoin, cryptocurrency, crypto
Cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
Stars: ✭ 2,912 (+343.23%)
Mutual labels:  blockchain, ethereum, bitcoin, cryptocurrency
Scatterdesktop
Connect to applications on EOS, Ethereum, and Tron. Exchange tokens with ease. Manage your assets safely. All in a simple to use interface.
Stars: ✭ 459 (-30.14%)
Mutual labels:  blockchain, ethereum, cryptocurrency, crypto
Awesome Token Sale
Curated list of token sale resources / ICO resources
Stars: ✭ 149 (-77.32%)
Mutual labels:  blockchain, ethereum, bitcoin, cryptocurrency
Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (-78.84%)
Mutual labels:  blockchain, ethereum, bitcoin, cryptocurrency
Exchangesharp
ExchangeSharp is a powerful, fast and easy to use .NET/C# API for interfacing with many crypto currency exchanges. REST and web sockets are supported.
Stars: ✭ 489 (-25.57%)
Mutual labels:  blockchain, ethereum, bitcoin, cryptocurrency
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (-72.6%)
Mutual labels:  blockchain, ethereum, bitcoin, cryptocurrency
Time Series Machine Learning
Machine learning models for time series analysis
Stars: ✭ 261 (-60.27%)
Mutual labels:  blockchain, ethereum, bitcoin, cryptocurrency
Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+3324.81%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, crypto
Ebtc
eBitcoin (eBTC) is an ERC20 token. Its primary utility is to provide an easy & fast payment solution. Its edge over other tokens is that it is capable of sending up to 255 payments in a single transaction.
Stars: ✭ 149 (-77.32%)
Mutual labels:  blockchain, ethereum, bitcoin, cryptocurrency
My Token
📈Track token prices of your favorite exchanges in terminal!
Stars: ✭ 141 (-78.54%)
Mutual labels:  blockchain, ethereum, bitcoin, cryptocurrency
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-74.89%)
Mutual labels:  blockchain, ethereum, bitcoin, cryptocurrency
Cryptolist
Curated collection of blockchain & cryptocurrency resources.
Stars: ✭ 3,501 (+432.88%)
Mutual labels:  blockchain, ethereum, bitcoin, cryptocurrency
Awesome Blockchain
Curated list of blockchain services and exchanges 🔥🏦🔥🏦🔥🏦🔥
Stars: ✭ 604 (-8.07%)
Mutual labels:  blockchain, bitcoin, cryptocurrency, crypto
Blockchain Stuff
Blockchain and Crytocurrency Resources
Stars: ✭ 2,549 (+287.98%)
Mutual labels:  blockchain, ethereum, bitcoin, cryptocurrency
Donut
🏹 Dead-simple cross-platform cryptocurrency tracker.
Stars: ✭ 367 (-44.14%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, cross-platform
Stocklook
crypto currency library for trading & market making bots, account management, and data analysis
Stars: ✭ 119 (-81.89%)
Mutual labels:  blockchain, ethereum, bitcoin, cryptocurrency
Awdy
are we decentralized yet? an analysis of how truly decentralized cryptocurrency networks are
Stars: ✭ 133 (-79.76%)
Mutual labels:  blockchain, ethereum, bitcoin, cryptocurrency

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, 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.

iOS CI Android CI Linux CI Docker CI Typescript CI

Gitpod Ready-to-Code Codacy Badge Codecov GitHub Maven Cocoapods Cocoapods platforms

Documentation

For comprehensive documentation, see developer.trustwallet.com.

Supported Blockchains

Wallet Core supports more than 50 blockchains: Bitcoin, Ethereum, Binance Chain, and most major blockchain platforms. The full list is here.

Building

For build instructions, see 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:

dependencies {
    implementation 'com.trustwallet:wallet-core:x.y.z'
}

Replace x.y.z with a fresh version

iOS

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

pod 'TrustWalletCore'

Projects

Projects using Trust Wallet Core. Add yours too!

Trust Wallet

Coinpaprika | IFWallet | crypto.com | Alice | Frontier

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. If you want to add support for a new blockchain also see Adding Support for a New Blockchain, make sure you have read the requirements section.

Thanks to all the people who contribute.

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].