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
{{ message }}
This repository was archived by the owner on Feb 23, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ To build the UI style guide
23
23
npm run storybook
24
24
```
25
25
26
-
To start start the app:
26
+
To start start the app in development mode (simnet):
27
27
```
28
28
npm run electron-dev
29
29
```
@@ -32,13 +32,34 @@ Running in development mode can allow you to run in full node mode instead of th
32
32
33
33
### Building the Packaged App
34
34
35
-
To build the packaged version of the app for your current platform, run:
35
+
To build the packaged version of the app e.g. for macOS run:
36
36
```
37
+
cp $GOPATH/bin/lnd ./assets/bin/darwin
37
38
npm run electron-pack
38
39
```
39
40
40
41
The packaged app will then be available in the lightning-app/dist directory. The packaged version of the app will run on Bitcoin testnet. To debug a packaged app, go to localhost:9997 in your browser.
41
42
43
+
### Starting the Packaged App (light client)
44
+
45
+
To run the packaged version of the app e.g. for macOS run:
46
+
```
47
+
./dist/mac/Lightning.app/Contents/MacOS/Lightning
48
+
```
49
+
50
+
### Starting the Packaged App (full node)
51
+
52
+
Start btcd in a seperate terminal session and wait until it's fully synced (can take over a day)
0 commit comments