GoldWallet - A Bitcoin Vault mobile wallet The first ever Bitcoin Vault wallet. 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