A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
Go to file
2017-02-20 21:58:29 -06:00
app Bump version: 0.9.0rc6 → 0.9.0rc7 2017-02-20 21:12:39 -06:00
build Get electron working on windows 2017-02-15 10:30:24 -06:00
lbry@0f60328d3c Bump version: 0.9.0rc6 → 0.9.0rc7 2017-02-20 21:12:39 -06:00
lbry-web-ui@118b8fd655 Bump version: 0.9.0rc6 → 0.9.0rc7 2017-02-20 21:12:39 -06:00
lbrynet Get electron working on windows 2017-02-15 10:30:24 -06:00
lbryum@2fe85f8faa Bump version: 0.9.0rc6 → 0.9.0rc7 2017-02-20 21:12:39 -06:00
.bumpversion.cfg Bump version: 0.9.0rc6 → 0.9.0rc7 2017-02-20 21:12:39 -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 have to search for draft releases 2017-02-20 21:55:53 -06:00
build.sh add lbrynet-daemon to release process 2017-02-20 21:00:54 -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.py add release script 2017-02-20 21:58:29 -06:00
release_on_tag.py have to search for draft releases 2017-02-20 21:55:53 -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