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
- Host: GitHub
- URL: https://github.com/kulpreet/crypto-react-native-experiment
- Owner: kulpreet
- License: mit
- Created: 2018-01-22T18:03:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T11:13:36.000Z (over 8 years ago)
- Last Synced: 2025-01-31T15:41:12.966Z (over 1 year ago)
- Language: Objective-C
- Size: 260 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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?