Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 660 Bytes

File metadata and controls

31 lines (22 loc) · 660 Bytes

wallet

BOScoin Wallet for SEBAK

Installation

$ npm install -g react-native-cli

$ git clone https://github.com/owlchain/wallet.git
$ cd wallet
$ npm install
$ ./node_modules/.bin/rn-nodeify --hack --install

#for testnet build
sh build.sh testnet
#for mainnet build
sh build.sh mainnet

#Debug Build
react-native run-android

Deployment

$ react-native run-android --variant=release

Contribution

We welcome contributions by the community. Please open issues for any bug you find, or for enhancement requests. Pull requests are also very welcome. Before submitting, please read the contribution guidelines.