Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

react-native-ldk-example

Description

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

Getting started

1. Clone & Install

git clone git@github.com: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