Clarify that zebra-cli will wrap zebra-client, a library that implements wallet stuff

Co-authored-by: Henry de Valence <hdevalence@hdevalence.ca>
This commit is contained in:
Deirdre Connolly 2020-10-26 15:45:24 -04:00 committed by Deirdre Connolly
parent 6a4152fe6c
commit 5d45bd0116
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ state. This includes:
- a client component for `zebrad` that handles block chain scanning, with
appropriate side-channel protections;
- an RPC endpoint for `zebrad` that allows access to the client component;
- a `zebracli` binary that wraps basic wallet functionality and RPC queries in a command-line interface.
- Rust library code that implements basic wallet functionality;
- a `zebracli` binary that wraps the wallet library and RPC queries in a command-line interface.
Client functionality is restricted to transparent and Sapling shielded
transactions; Sprout shielded transactions are not supported. (Users should