Merge pull request #60 from Electric-Coin-Company/update-readme
Update README
This commit is contained in:
commit
3d5317746e
17
README.md
17
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 <https://github.com/zcash/orchard/blob/main/COPYING> 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
|
||||
|
|
Loading…
Reference in New Issue