diff --git a/Cargo.toml b/Cargo.toml index 43c1a22..b2916e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "zec-sqlite-cli" +name = "zcash-devtool" version = "0.1.0" edition = "2021" rust-version = "1.70" diff --git a/README.md b/README.md index 27d119c..529c27b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ -# zec-sqlite-cli +# zcash-devtool -This repository contains a CLI app for testing the `zcash_client_sqlite` crate. +This repository contains a CLI app for working with Zcash transactions and the +Zcash blockchain, including stateless Zcash wallet functionality based upon the +`zcash_client_backend` and `zcash_client_sqlite` crates. It is built by +developers, for developers for use in prototyping Zcash functionality, and +should not be considered production-ready. The command-line API that this tool +exposes can and will change at any time and without warning. ## Security Warnings