All Projects → CoinbaseWallet → Toshi Android Client

CoinbaseWallet / Toshi Android Client

Licence: gpl-3.0
Android client for Toshi

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Toshi Android Client

Etherwalletkit
Ethereum Wallet Toolkit for iOS - You can implement an Ethereum wallet without a server and blockchain knowledge.
Stars: ✭ 96 (-42.51%)
Mutual labels:  blockchain, ethereum, wallet, token
Weiwallet Android
Wei Wallet is an open source Ethereum wallet for Android
Stars: ✭ 20 (-88.02%)
Mutual labels:  blockchain, ethereum, wallet
Ethereumkit
EthereumKit is a free, open-source Swift framework for easily interacting with the Ethereum.
Stars: ✭ 400 (+139.52%)
Mutual labels:  blockchain, ethereum, wallet
Trust Wallet Ios
📱 Trust - Ethereum Wallet and Web3 DApp Browser for iOS
Stars: ✭ 1,228 (+635.33%)
Mutual labels:  blockchain, ethereum, wallet
Weiwallet Ios
Wei Wallet is an open source Ethereum wallet for iOS
Stars: ✭ 271 (+62.28%)
Mutual labels:  blockchain, ethereum, wallet
Status React
a free (libre) open source, mobile OS for Ethereum
Stars: ✭ 3,307 (+1880.24%)
Mutual labels:  blockchain, ethereum, wallet
Awesome Token Sale
Curated list of token sale resources / ICO resources
Stars: ✭ 149 (-10.78%)
Mutual labels:  blockchain, ethereum, token
Blockchainwallet Crypto
比特币、以太坊公私钥生成以及签名,长时间不维护可移步 https://github.com/QuincySx/ChainWallet
Stars: ✭ 183 (+9.58%)
Mutual labels:  blockchain, ethereum, wallet
Desktop
The official Musicoin Desktop Wallet Application
Stars: ✭ 112 (-32.93%)
Mutual labels:  blockchain, ethereum, wallet
Deltabalances.github.io
The Ethereum decentralized exchange assistant. Check token balances, transaction details & trade history.
Stars: ✭ 128 (-23.35%)
Mutual labels:  blockchain, ethereum, token
Alpha Wallet Android
An advanced Ethereum mobile wallet
Stars: ✭ 133 (-20.36%)
Mutual labels:  blockchain, ethereum, wallet
Celo Monorepo
Official repository for core projects comprising the Celo platform
Stars: ✭ 269 (+61.08%)
Mutual labels:  blockchain, ethereum, wallet
Erc20 Explorer
An explorer for ERC20 based Ethereum tokens
Stars: ✭ 248 (+48.5%)
Mutual labels:  blockchain, ethereum, token
Web3j Sample
web3j 样例程序
Stars: ✭ 317 (+89.82%)
Mutual labels:  ethereum, wallet, token
Framework
0xcert Framework - JavaScript framework for building decentralized applications - build something unique
Stars: ✭ 213 (+27.54%)
Mutual labels:  blockchain, ethereum, token
Ethereumbook
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
Stars: ✭ 11,663 (+6883.83%)
Mutual labels:  blockchain, ethereum, token
Go Ethereum Hdwallet
Ethereum HD Wallet derivations in Go (golang)
Stars: ✭ 178 (+6.59%)
Mutual labels:  blockchain, ethereum, wallet
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 (+7.78%)
Mutual labels:  blockchain, ethereum, wallet
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (-15.57%)
Mutual labels:  blockchain, ethereum, wallet
Alpha Wallet Ios
An advanced Ethereum mobile wallet
Stars: ✭ 140 (-16.17%)
Mutual labels:  blockchain, ethereum, wallet

Token Android Cover

Getting Started

  1. Clone this code to your machine
  2. Download and fully install Android Studio
  3. Open this code in Android Studio (Choosing the containing directory in Android Studio Open dialog works)
  4. Click the Play button ([Ctrl] + [Alt] + R)

Running the linter

ktlint is used to check the format of the Kotlin code. It requires that wildcard imports are disabled in Android Studio.

To disable wildcard imports:

  • Go to Preferences... -> Editor -> Code Style -> Kotlin
  • open Imports tab, select all Use single name import options and remove import java.util.* from Packages to Use Import with '*'.

The linter an be run via gradle task check or ktlint

Adding a dependency

The plugin gradle-witness is used to verify dependencies. You will need to add the relevant checksums to build.gradle. More information can be found on the gradle-witness project.

Making a new build for Play store (Dev only)

  1. Open app/build.gradle
  2. Increase the versionCode by 1.
  3. Optionally change the versionName to whatever you want.
  4. Build the APK however you want (in Android Studio or via gradle)
    • The APK is split so you will end up with multiple APKs. Gradle takes care of numbering them correctly.
    • You'll need the release certificate, alias and password.
  5. Commit the changes to build.gradle, upload the APKs to Play store

Get it on Google Play


Copyright © 2017-2018 Toshi Holdings Pte. Ltd. <https://www.toshi.org/>

"Toshi" is a registered trade mark. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor.

This program is free software: you can redistribute it and/or modify it under the terms of the version 3 of the GNU General Public License as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.

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