在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):ArkEcosystem/mobile-wallet开源软件地址(OpenSource Url):https://github.com/ArkEcosystem/mobile-wallet开源编程语言(OpenSource Language):TypeScript 78.6%开源软件介绍(OpenSource Introduction):Ark Mobile
ARK’s mobile wallet is a hybrid application (using the same codebase for Android and iOS which helps with coordinated development). DownloadInstallationNode SetupDownload 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 SetupDownload 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 SetupDownload and install: Then install Android SDK (API 28) on Android Studio and configure the environment variables ( UsageDebug in device: npm run debug:ios
npm run debug:android Debug in browser (without Cordova plugins): npm start BuildRun the command to create a build for the specific platform: npm run build:ios
npm run build:android iOS Deploy
Android Deploy
keytool -genkey -v -keystore release-key.keystore -alias ark -keyalg RSA -keysize 2048 -validity 10000
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ./release-key.keystore app-release-unsigned.apk mobile-app
zipalign -v 4 app-release-unsigned.apk AppRelease.apk
Testingnpm test Contributing
SecurityIf you discover a security vulnerability within this package, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed. CreditsThis project exists thanks to all the people who contribute. License |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论