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
- Host: GitHub
- URL: https://github.com/cmgustavo/ru
- Owner: cmgustavo
- Created: 2017-07-24T04:08:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-15T06:21:33.000Z (over 8 years ago)
- Last Synced: 2024-04-13T18:52:42.581Z (about 2 years ago)
- Topics: bitcoin, bitcoinjs, cryptocurrency, insight, wallet
- Language: TypeScript
- Homepage:
- Size: 1.78 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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
```