Rename to zcash-devtool

This commit is contained in:
Kris Nuttycombe 2024-12-19 09:48:07 -07:00
parent 3b9de014c2
commit 4b544328a1
2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[package]
name = "zec-sqlite-cli"
name = "zcash-devtool"
version = "0.1.0"
edition = "2021"
rust-version = "1.70"

View File

@ -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