A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
Find a file
2017-01-26 16:27:07 -06:00
electron bundle lbryum files 2017-01-26 12:30:02 -06:00
lbry@a407bb2db2 build lbryum from source; sign app 2017-01-26 16:27:07 -06:00
lbry-web-ui@2f4245b202 bundle lbryum files 2017-01-26 12:30:02 -06:00
lbrynet bundle lbryum files 2017-01-26 12:30:02 -06:00
lbryum@baf2e34217 bundle lbryum files 2017-01-26 12:30:02 -06:00
package fixups 2017-01-25 01:35:28 -05:00
.gitignore fixups 2017-01-25 01:35:28 -05:00
.gitmodules bundle lbryum files 2017-01-26 12:30:02 -06:00
.travis.yml better startup and process management 2017-01-18 10:32:10 -06:00
build.sh build lbryum from source; sign app 2017-01-26 16:27:07 -06:00
LICENSE Initial commit 2017-01-16 14:05:32 -05:00
prebuild.sh check if process exists; add icons to build 2017-01-25 01:24:04 -05:00
README.md better startup and process management 2017-01-18 10:32:10 -06:00

LBRY Electron

An electron version of the LBRY application.

This repo uses submodules, so clone it using --recursive

Setup

The lbrynet needs to be installed along with pyinstaller, and you need everything to be able to build the lbry-web-ui

Build

run ./build.sh to create a lbry executable, bundle the front-end and move everything into the the electron repo

Run

electron electron

Package

To build a distributable package for OSX, run (on an OSX machine):

electron-packager --electron-version=1.4.14 --overwrite electron LBRY

This also probably works for windows and linux, but I haven't tested it

TODO

This app works by launching the lbrynet daemon in a seperate process. Currently the process management is very poor and the lbrynet process might not be shut-down when the app is closed. Also, if the lbrynet daemon dies, there is no attempt to restart it.