Refactoring Checkpoint: (WIP)
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
# Subkey
|
||||
|
||||
The `subkey` program is a key management utility for Bizinikiwi-based blockchains. You can use the `subkey` program to
|
||||
The `pez_subkey` program is a key management utility for Bizinikiwi-based blockchains. You can use the `pez_subkey` program to
|
||||
perform the following tasks
|
||||
|
||||
* Generate and inspect cryptographically-secure public and private key pairs.
|
||||
@@ -8,4 +8,4 @@ perform the following tasks
|
||||
* Sign and verify signatures on messages.
|
||||
* Sign and verify signatures for encoded transactions.
|
||||
* Derive hierarchical deterministic child key pairs.
|
||||
* [Documentation](https://docs.pezkuwichain.io/reference/command-line-tools/subkey/)
|
||||
* [Documentation](https://docs.pezkuwichain.io/reference/command-line-tools/pez_subkey/)
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "node-template-release"
|
||||
name = "pez-node-template-release"
|
||||
version = "3.0.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||
homepage.workspace = true
|
||||
publish = false
|
||||
description = "Pezkuwi SDK component: node template release"
|
||||
documentation = "https://docs.rs/node-template-release"
|
||||
documentation = "https://docs.rs/pez-node-template-release"
|
||||
repository = { workspace = true }
|
||||
|
||||
[lints]
|
||||
Reference in New Issue
Block a user