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

https://github.com/kulpreet/crypto-react-native-experiment

Validate if bitcoinjs, ipfs and blockcypher REST API can work in react native env
https://github.com/kulpreet/crypto-react-native-experiment

Last synced: 9 months ago
JSON representation

Validate if bitcoinjs, ipfs and blockcypher REST API can work in react native env

Awesome Lists containing this project

README

          

# Setup

```yarn install```

# Running Android

Make sure you have your device on developer mode and connected to your
maching with USB.

We have ejected from create-react-native-app and things probably don't
work with Expo.

We use ```react-native run-android``` to run an android version.

# Status

- [x] Generate mnemonic
- [x] Generate keys from mnemonic
- [ ] Create 1-to-1 transaction and sign it
- [ ] SPV wallet in react native - can it work?