Skip to content

Commit

Permalink
Merge pull request #3 from LtbLightning/the-revelation
Browse files Browse the repository at this point in the history
updated readme and version
  • Loading branch information
BitcoinZavior authored Jan 15, 2022
2 parents e14acbb + 96cdb2f commit ef56bbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Let there be Lightning!

`**rn-ltbl**` is a React Native module to add LND lightning node to mobile app. This is a simple library providing all LND commands from react native context. Onchain and offchain balances along with all LND commands including channel management. There is no need to build mobile binaries and add them to the project as the latest LND version has already been built for IOS and Android and configured and packaged with the module. This module has been built to make implementing lightning in mobile apps simple for developers in addtion, for users it eliminates the need to have their own node. This allows for fully non custodial lightning network implementation.
`rn-ltbl` is a React Native module to add LND lightning node to mobile app. This is a simple library providing all LND commands from react native context. Onchain and offchain balances along with all LND commands including channel management. There is no need to build mobile binaries and add them to the project as the latest LND version has already been built for IOS and Android and configured and packaged with the module. This module has been built to make implementing lightning in mobile apps simple for developers in addtion, for users it eliminates the need to have their own node. This allows for fully non custodial lightning network implementation.

This is an ⍺ release please use with caution and use on mainnet at your own risk, no guarantees!

Expand All @@ -25,13 +25,13 @@ This module has been inspired by many projects out there in the wild, some of wh
Using npm:

```bash
$ npm install rn-ltbl, react-native-randombytes, react-native-keychain
$ npm install rn-ltbl react-native-randombytes react-native-keychain
```

Using yarn:

```bash
$ yarn add rn-ltbl, react-native-randombytes, react-native-keychain
$ yarn add rn-ltbl react-native-randombytes react-native-keychain
```

[IOS Only] Install pods:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rn-ltbl",
"version": "0.0.1",
"version": "0.0.2",
"description": "test",
"main": "src/lightning.ts",
"types": "dist/lightning.d.ts",
Expand Down

0 comments on commit ef56bbd

Please sign in to comment.