diff --git a/README.md b/README.md index 1c4b4ab..27d119c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# zec-sqlite-wallet +# zec-sqlite-cli This repository contains a CLI app for testing the `zcash_client_sqlite` crate. @@ -6,7 +6,9 @@ This repository contains a CLI app for testing the `zcash_client_sqlite` crate. **DO NOT USE THIS IN PRODUCTION!!!** -This app has not been written with security in mind. +This app has not been written with security in mind. It does however have affordances +such as encryption of the mnemonic seed phrases that should make it viable for small +scale experimentation, at your own risk. ## Usage @@ -56,17 +58,6 @@ All code in this workspace is licensed under either of at your option. -Downstream code forks should note that this app depends on the 'orchard' crate, -which is licensed under the -[Bootstrap Open Source License](https://github.com/zcash/orchard/blob/main/LICENSE-BOSL). -A license exception is provided allowing some derived works that are linked or -combined with the 'orchard' crate to be copied or distributed under the original -licenses (in this case MIT / Apache 2.0), provided that the included portions of -the 'orchard' code remain subject to BOSL. -See for details of which -derived works can make use of this exception, and the `README.md` files in -subdirectories for which crates and components this applies to. - ### Contribution Unless you explicitly state otherwise, any contribution intentionally