add diagram
This commit is contained in:
parent
a5f235c4f5
commit
75856c502b
2 changed files with 6 additions and 4 deletions
BIN
diagram.png
Normal file
BIN
diagram.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 129 KiB |
10
readme.md
10
readme.md
|
@ -7,10 +7,12 @@ A hub provides back-end services to LBRY clients. Services include
|
||||||
- wallet services (getting and sending transactions, address subscription)
|
- wallet services (getting and sending transactions, address subscription)
|
||||||
- hub federation and discovery
|
- hub federation and discovery
|
||||||
|
|
||||||
This project will eventually subsume and replace the
|
This project will eventually subsume and replace the
|
||||||
[wallet server](https://github.com/lbryio/lbry-sdk/blob/v0.92.0/docker/Dockerfile.wallet_server)
|
[wallet server](https://github.com/lbryio/lbry-sdk/blob/v0.92.0/docker/Dockerfile.wallet_server)
|
||||||
and the [lighthouse](https://github.com/lbryio/lighthouse) search provider.
|
and the [lighthouse](https://github.com/lbryio/lighthouse) search provider.
|
||||||
|
|
||||||
|
![](./diagram.png)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
@ -26,7 +28,7 @@ Install Go 1.14+
|
||||||
- Ubuntu: `sudo add-apt-repository ppa:longsleep/golang-backports && sudo apt install golang-go`
|
- Ubuntu: `sudo add-apt-repository ppa:longsleep/golang-backports && sudo apt install golang-go`
|
||||||
- OSX: `brew install go`
|
- OSX: `brew install go`
|
||||||
|
|
||||||
Download `protoc` from https://github.com/protocolbuffers/protobuf/releases and make sure it is
|
Download `protoc` from https://github.com/protocolbuffers/protobuf/releases and make sure it is
|
||||||
executable and in your path.
|
executable and in your path.
|
||||||
|
|
||||||
Install Go plugin for protoc:
|
Install Go plugin for protoc:
|
||||||
|
@ -46,4 +48,4 @@ We take security seriously. Please contact security@lbry.com regarding any secur
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
|
|
||||||
The primary contact for this project is [@lyoshenka](https://github.com/lyoshenka) ([grin@lbry.com](mailto:grin@lbry.com)).
|
The primary contact for this project is [@lyoshenka](https://github.com/lyoshenka) ([grin@lbry.com](mailto:grin@lbry.com)).
|
||||||
|
|
Loading…
Reference in a new issue