From 4b544328a1721758d69d70fed55616ef6df442d1 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Thu, 19 Dec 2024 09:48:07 -0700 Subject: [PATCH] Rename to zcash-devtool --- Cargo.toml | 2 +- README.md | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) 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