Code Monkey home page Code Monkey logo

mobile-wallet's Introduction

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

mobile-wallet's People

Contributors

luciorubeens avatar alexbarnsley avatar air1one avatar itsanametoo avatar nasicus avatar kalgoop avatar j-a-m-l avatar dated avatar etham-ju avatar faustbrian avatar neurone avatar clucasalcantara avatar renovate[bot] avatar vulet avatar zillionn avatar pedro-souza avatar ckhatri avatar danielstc avatar trigger67 avatar geckogecko avatar z-a-r-a-k-i avatar nayiemwillems avatar h1psterx avatar floryanfilip avatar brenopolanski avatar lglinus avatar mmunic avatar nboldrin avatar pdahlberg avatar thales77 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.