/GoldWallet

Bitcoin Vault wallet for iOS & Android.

Primary LanguageJavaScriptMIT LicenseMIT

BlueWallet - A Bitcoin Vault mobile wallet

The first ever Bitcoin Vault wallet.

Playstore

BUILD & RUN IT

  • In your console:
git clone https://github.com/BlueWallet/BlueWallet.git
cd BlueWallet
npm install
  • To run on Android:
npm start android
  • To run on iOS:
cd ios
pod install
cd ..
npm start ios

TESTS

npm run test

LICENSE

MIT