A simple bitcoin wallet using Ionic 3, BitcoinJS and Insight.
Install ionic
and cordova
$ npm install -g ionic cordova
Clone repository and start app in the browser
$ git clone https://github.com/cmgustavo/ru.git
$ cd ru/
$ npm install
$ ionic serve
Adds platform and run it on mobile
$ ionic cordova platform add ios
$ ionic cordova build ios