forked from LBRYCommunity/lbry-sdk
running and usage
This commit is contained in:
parent
64668d0043
commit
6d53a582cf
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -17,9 +17,17 @@ Our [releases page](https://github.com/lbryio/lbry-app/releases/latest) contains
|
||||||
|
|
||||||
Installing from source is also relatively painless, full instructions are in [INSTALL.md](INSTALL.md)
|
Installing from source is also relatively painless, full instructions are in [INSTALL.md](INSTALL.md)
|
||||||
|
|
||||||
## Using the LBRY daemon
|
## Running
|
||||||
|
|
||||||
See our quickstart guide at http://lbry.io/quickstart for details on how to install and use the `lbrynet-daemon`.
|
Run `lbrynet-daemon` to launch the daemon.
|
||||||
|
|
||||||
|
## Using
|
||||||
|
|
||||||
|
By default, `lbrynet-daemon` will provide a JSON-RPC server at `http://localhost:5279`. It is easy to interact with via cURL or sane programming languages.
|
||||||
|
|
||||||
|
Our [quickstart guide](http://lbry.io/quickstart) provides clear sample usages and free credits for learning.
|
||||||
|
|
||||||
|
The full API is documented [here](https://lbry.io/api).
|
||||||
|
|
||||||
## What is LBRY?
|
## What is LBRY?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue