Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 518 Bytes

File metadata and controls

43 lines (27 loc) · 518 Bytes

GoldWallet - A Bitcoin Vault mobile wallet

The first ever Bitcoin Vault wallet.

Playstore

BUILD & RUN IT

  • In your console:
git clone https://github.com/bitcoinvault/GoldWallet.git
cd GoldWallet
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