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

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.

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