You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+78-9Lines changed: 78 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,16 +34,86 @@ yarn ios
34
34
yarn android
35
35
```
36
36
37
-
## Usage
38
-
```javascript
39
-
importldkfrom'@synonymdev/react-native-ldk';
40
-
```
37
+
## Example Setup & Usage
41
38
39
+
To run the following example:
40
+
1. Install & Run [Polar](https://github.com/jamaljsr/polar)
41
+
2. Create a network and replace the `USER`, `PASS` & `HOST` variables with the correct info provided under the "Connect" tab for your Bitcoin instance in Polar.
42
+
3. See [Notes](#notes) for additional instructions.
0 commit comments