An open API service indexing awesome lists of open source software.

https://github.com/argosopentech/lbryofalexandria

Linux Desktop Client for the LBRY Blockchain
https://github.com/argosopentech/lbryofalexandria

Last synced: 3 months ago
JSON representation

Linux Desktop Client for the LBRY Blockchain

Awesome Lists containing this project

README

        

# LBRY of Alexandria (alpha)

A PyQt app for viewing content on the [LBRY](https://en.wikipedia.org/wiki/LBRY) blockchain

## Installation Instructions
##### Install the LBRY SDK
- https://github.com/lbryio/lbry-sdk/releases

##### Download this repo
```
git clone https://github.com/argosopentech/LBRYOfAlexandria.git
cd LBRYOfAlexandria
```

##### Create Virtualenv (Optional)
```
virtualenv env
source env/bin/activate
```

##### Install dependencies
```
pip install -r requirements.txt
```

##### Run
```
python lbryofalex.py
```

## Credits
Based on [lbrytools](https://github.com/belikor/lbrytools)