A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
Go to file
2017-02-20 16:31:17 -06:00
app allow render process to trigger a shutdown 2017-02-20 12:59:03 -06:00
build Get electron working on windows 2017-02-15 10:30:24 -06:00
lbry@4e55d674da working on a release process 2017-02-20 16:31:17 -06:00
lbry-web-ui@a973c59051 working on a release process 2017-02-20 16:31:17 -06:00
lbrynet Get electron working on windows 2017-02-15 10:30:24 -06:00
lbryum@49253b6614 update submodules 2017-02-15 11:29:04 -06:00
.gitignore Get electron working on windows 2017-02-15 10:30:24 -06: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
appveyor.yml change appveyor artifact 2017-02-17 14:13:55 -06:00
build.sh set the build type 2017-02-15 18:50:38 -06:00
LICENSE Initial commit 2017-01-16 14:05:32 -05:00
package.json try building exe installer on windows 2017-02-17 14:06:57 -06:00
prebuild.sh install pyinstaller in the venv 2017-01-26 19:42:10 -06:00
README.md update readme 2017-02-20 14:50:06 -06:00
release-on-tag.py remove system label on release 2017-02-16 15:35:31 -06:00
set_build.py set the build type 2017-02-15 18:50:38 -06:00
set_version.py sync lbrynet and client versions 2017-02-16 12:19:35 -06:00

LBRY App

A decentralized content marketplace built on top of the lbry protocol

Check out the release page to get started.

Development

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

We do most of our development work on linux and macOS so we don't have any instructions for creating a development setup on windows. You can checkout out the build steps in appveyor.yml and probably figure out something from there.

Setup

The lbrynet library needs to be installed along with pyinstaller. You also need to be able to build the lbry-web-ui, so have node, webpack, etc installed.

Build

run ./build.sh

This builds the UI assets and puts them into app/dist. It also builds app/dist/lbrynet-daemon.

Run

./node_modules/.bin/electron app

Package

We use electron-builder to create distributable packages, which is run by calling:

node_modules/.bin/build -p never