Skip to content

vips-wallet/vips-wallet

Repository files navigation

VIPSTARCOIN light wallet

GPL License

How to Build

Setup

git clone https://github.com/vips-wallet/vips-wallet.git
cd vips-wallet
npm install
cordova prepare

Testing in a browser

npm run dev

Visit localhost:8080 to view the app.

Testing in your device

npm run android

Testing in Android emulator

npm run android-vm