lbryum - lbrycrd client
Lightweight lbrycrd client library in Python; based on the the Electrum bitcoin client.
Installation
To install lbryum, run the following from this directory (use of a virtualenv is recommended):
pip install -r requirements.txt
pip install -e .Usage
To run start the lbryum daemon, run:
lbryum daemon startTo stop the lbryum daemon, run:
lbryum daemon stopFor a list of lbryum commands, run:
lbryum help