Skip to content

cmgustavo/ru

Repository files navigation

RU

A simple bitcoin wallet using Ionic 3, BitcoinJS and Insight.

Getting started

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