• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

ArkEcosystem/mobile-wallet:

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

ArkEcosystem/mobile-wallet

开源软件地址(OpenSource Url):

https://github.com/ArkEcosystem/mobile-wallet

开源编程语言(OpenSource Language):

TypeScript 78.6%

开源软件介绍(OpenSource 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




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap