https://github.com/coreyphillips/rnbitcoinjs
This is a boilerplate react-native repository for bitcoinjs-lib testing.
https://github.com/coreyphillips/rnbitcoinjs
Last synced: 2 months ago
JSON representation
This is a boilerplate react-native repository for bitcoinjs-lib testing.
- Host: GitHub
- URL: https://github.com/coreyphillips/rnbitcoinjs
- Owner: coreyphillips
- Created: 2019-02-03T19:03:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T21:29:54.000Z (over 6 years ago)
- Last Synced: 2025-03-24T10:51:54.103Z (2 months ago)
- Language: Objective-C
- Size: 277 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bitcoinjs-lib Testing Boilerplate
===This is a boilerplate react-native repository for bitcoinjs-lib testing.
## Setup
```git clone https://github.com/coreyphillips/RNBitcoinJS``````cd RNBitcoinJS```
```yarn install```
```react-native run-ios```
or
```react-native run-android```Sometimes you may need to reset or clear the React Native packager's cache. To do so, you can run the following command:
```
yarn cache clean
```