Bitmore is a hierarchical deterministic (HD) wallet built with Bitcoin Developent kit. bdk-rn is a React Native library of Bitcoin Dev Kit(BDK) for building React Native Apps. It encapsulates all of the low-level APIs and methods for BDK and exposes them in a react native context. To use BDK in React Native(RN) apps only the bdk-rn module is required. Bdk-rn can be used like any other react native library and is available on public package managers(npm and yarn)
Link: https://bitcoindevkit.org/tutorials/exploring_bdk_rn/
- React Native
- iOS
- Bitcoin Developement kit
https://bitcoindevkit.org/tutorials/exploring_bdk_rn/
- Mnemonic Phrase
- Bitcoin LND address
- Send Bitcoin in Sats
Fork Repo: git clone https://github.com/Victorvikson1996/BitMore.git
Run Project Locally:
cd ios
pod install
npx react-native run-ios
This project will be updated in the feature