An open API service indexing awesome lists of open source software.

https://github.com/cmgustavo/ru

Receiver Unlimited - A simple Bitcoin Wallet
https://github.com/cmgustavo/ru

bitcoin bitcoinjs cryptocurrency insight wallet

Last synced: 23 days ago
JSON representation

Receiver Unlimited - A simple Bitcoin Wallet

Awesome Lists containing this project

README

          

RU

A simple bitcoin wallet using [Ionic 3](http://ionicframework.com/), [BitcoinJS](https://bitcoinjs.org) and [Insight](https://insight.bitpay.com).

### Getting started

Install `ionic` and `cordova`

```bash
$ npm install -g ionic cordova
```

Clone repository and start app in the browser

```bash
$ git clone https://github.com/cmgustavo/ru.git
$ cd ru/
$ npm install
$ ionic serve
```

Adds platform and run it on mobile

```bash
$ ionic cordova platform add ios
$ ionic cordova build ios
```