Skip to content

A demo app showing how to use ldk node react native to build Android and iOS mobile Apps

Notifications You must be signed in to change notification settings

LtbLightning/ldk-node-rn-demo

Repository files navigation

React Native Demo App for LDK-NODE

This is demo Application for ldk-node, which shows how to start node, open channels, make payments and close channels.

Getting Started

Note: Make sure you have completed the React Native - Environment Setup.

Step 1: Clone from Github

First, you will need to clone code from github repo.

git clone https://github.com/LtbLightning/Ldk-node-rn-demo.git

Step 2: Install node modules and pods(for iOS only)

Navigate to cloned folder and run following commands to install node_modules and pods.

cd Ldk-node-rn-demo

# using npm
npm install

# using yarn
yarn install

Install Pods: for iOS only

npx pod-install
OR
cd ios && pod install

Step 3: Start your Application

For Android

# using npm
npm run android

# OR using Yarn
yarn android

For iOS

# using npm
npm run ios

# OR using Yarn
yarn ios

If everything is set up correctly, you should see your new app running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.

This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.

Congratulations! 🎉

You've successfully run ldk node Demo App. 🥳

About

A demo app showing how to use ldk node react native to build Android and iOS mobile Apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published