Skip to content

ConcealNetwork/conceal-wallet-cordova

Repository files navigation

Conceal Wallet Cordova

THE SIMPLEST WAY TO USE CONCEAL – ANYWHERE AND ANY TIME

Install

Install Cordova npm install -g cordova

Add required platforms cordova platform add android@latest

Configure

Configure Platform:

Development

Run android with target cordova run android --target=API_32

Build Testing

Run cordova build android --prod

Build Release

Run cordova build android --prod --release