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
- Host: GitHub
- URL: https://github.com/argosopentech/lbryofalexandria
- Owner: argosopentech
- License: mit
- Created: 2024-01-14T18:26:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-14T20:05:53.000Z (over 1 year ago)
- Last Synced: 2025-02-01T08:12:36.719Z (5 months ago)
- Language: Python
- Homepage:
- Size: 188 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)