All Projects β†’ ArkEcosystem β†’ Mobile Wallet

ArkEcosystem / Mobile Wallet

Licence: mit
πŸ“² Multi Platform ARK Mobile Wallet

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Mobile Wallet

Canoe
Canoe is a Nano Wallet heavily based on the MIT licensed Copay wallet from Bitpay
Stars: ✭ 146 (+92.11%)
Mutual labels:  cryptocurrency, wallet, mobile
Status React
a free (libre) open source, mobile OS for Ethereum
Stars: ✭ 3,307 (+4251.32%)
Mutual labels:  cryptocurrency, wallet, mobile
React Native Redux Crypto Tracker
πŸ’Ž Learn how to build a Redux + React Native cryptocurrency app
Stars: ✭ 351 (+361.84%)
Mutual labels:  cryptocurrency, mobile
Nimbus Eth1
Nimbus: an Ethereum 1.0 and 2.0 Client for Resource-Restricted Devices
Stars: ✭ 386 (+407.89%)
Mutual labels:  cryptocurrency, mobile
Skycoin
Skycoin Core and Wallet
Stars: ✭ 549 (+622.37%)
Mutual labels:  cryptocurrency, wallet
Desktop Wallet
πŸ’» Multi Platform ARK Desktop Wallet
Stars: ✭ 287 (+277.63%)
Mutual labels:  cryptocurrency, wallet
Awesome Coins
β‚Ώ A guide (for humans!) to cryto-currencies and their algos.
Stars: ✭ 3,469 (+4464.47%)
Mutual labels:  cryptocurrency, wallet
Bitshares Ui
Fully featured Graphical User Interface / Reference Wallet for the BitShares Blockchain
Stars: ✭ 505 (+564.47%)
Mutual labels:  cryptocurrency, wallet
Adamant Im
ADAMANT Decentralized Messenger. Progressive Web Application (PWA)
Stars: ✭ 202 (+165.79%)
Mutual labels:  cryptocurrency, wallet
Lightning App
An easy-to-use cross-platform Lightning wallet
Stars: ✭ 872 (+1047.37%)
Mutual labels:  cryptocurrency, wallet
Ledger Live Desktop
Ledger Live (Desktop)
Stars: ✭ 656 (+763.16%)
Mutual labels:  cryptocurrency, wallet
Currencyviewer
Short python framework that dynamically displays and converts the cryptocurrencies in your Kraken wallet into equivalents fiat money.
Stars: ✭ 13 (-82.89%)
Mutual labels:  cryptocurrency, wallet
Celo Monorepo
Official repository for core projects comprising the Celo platform
Stars: ✭ 269 (+253.95%)
Mutual labels:  cryptocurrency, wallet
Ledger Live Mobile
Ledger Live (Mobile)
Stars: ✭ 235 (+209.21%)
Mutual labels:  cryptocurrency, wallet
Bcoin
Javascript bitcoin library for node.js and browsers
Stars: ✭ 2,625 (+3353.95%)
Mutual labels:  cryptocurrency, wallet
Web3swift
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions on Ethereum network.
Stars: ✭ 462 (+507.89%)
Mutual labels:  cryptocurrency, wallet
Paymint
The Paymint Wallet is a secure and user friendly Bitcoin wallet
Stars: ✭ 48 (-36.84%)
Mutual labels:  cryptocurrency, wallet
Zold
An Experimental Non-Blockchain Cryptocurrency for Fast Micro Payments
Stars: ✭ 183 (+140.79%)
Mutual labels:  cryptocurrency, wallet
Wallet713
A wallet that makes it easy to send, store, and swap Grin.
Stars: ✭ 198 (+160.53%)
Mutual labels:  cryptocurrency, wallet
Neutrino
Privacy-Preserving Bitcoin Light Client
Stars: ✭ 564 (+642.11%)
Mutual labels:  cryptocurrency, mobile

Ark Mobile

A Wallet for Everyone

Build Status Codecov Latest Version License: MIT

Lead Maintainer: LΓΊcio Rubens

ARK’s mobile wallet is a hybrid application (using the same codebase for Android and iOS which helps with coordinated development).

Download

Installation

Node Setup

Download and install Node.js.

Then follow the steps below:

npm install -g @ionic/cli cordova
npm install -g cordova-res native-run
npm install
ionic cordova prepare

iOS Setup

Download and install Xcode.

Then make sure the command-line tools are selected for use:

xcode-select --install

And you need to install some utilities:

npm install -g ios-sim
npm install -g ios-deploy

Android Setup

Download and install:

Then install Android SDK (API 28) on Android Studio and configure the environment variables (ANDROID_SDK_ROOT).

Usage

Debug in device:

npm run debug:ios
npm run debug:android

Debug in browser (without Cordova plugins):

npm start

Build

Run the command to create a build for the specific platform:

npm run build:ios
npm run build:android

iOS Deploy

  • Download the Development and Distribution certificates in Apple's member center
  • Open Xcode and import the workspace file in /platforms/ios
  • Check the Signing and Capabilities tab to ensure that the Provisioning Profile is set correctly
  • Go to Product > Archive in menu.
  • Proceed in Distribute App wizard.
  • App Store Connect > Upload. Then it will be listed on iTunes Connect
  • App Store Connect > Export to create the .ipa file

Android Deploy

  • Open the output directory cd platforms/android/build/outputs/apk
  • Generate a private key to sign the APK (skip this if you already have one):
keytool -genkey -v -keystore release-key.keystore -alias ark -keyalg RSA -keysize 2048 -validity 10000
  • Sign the unsigned APK:
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ./release-key.keystore app-release-unsigned.apk mobile-app
  • Optimize the APK:
zipalign -v 4 app-release-unsigned.apk AppRelease.apk

Testing

npm test

Contributing

Security

If you discover a security vulnerability within this package, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.

Credits

This project exists thanks to all the people who contribute.

License

MIT Β© ARK Ecosystem

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