Rename to zcash-devtool
This commit is contained in:
parent
3b9de014c2
commit
4b544328a1
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "zec-sqlite-cli"
|
name = "zcash-devtool"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.70"
|
rust-version = "1.70"
|
||||||
|
|
|
@ -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
|
## Security Warnings
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue