Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 660 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 660 Bytes

react-native-ldk-example

Description

This is an example project for react-native-ldk.

Getting started

1. Clone & Install

git clone [email protected]:synonymdev/react-native-ldk.git && cd react-native-ldk/lib/ && yarn install && yarn build && cd ../example && yarn install && yarn rn-setup

2. Spin up Polar or a Lightning node of your choosing and connect an Electrum Server to it.

3. Update the Lightning node and Electrum server info in example/utils/constants.ts.

4. Run iOS or Android

yarn ios
#or
yarn android