mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
CI add subkey docker image description and CI job to publish it to the hub.docker.com (#13392)
* Add subkey docker image description and ci job to publish it * Add link to docs * fix formatting * fix ci
This commit is contained in:
committed by
GitHub
parent
ecafcd430b
commit
3c0d8fe149
@@ -0,0 +1,8 @@
|
||||
# The `subkey` program is a key management utility for Substrate-based blockchains. You can use the `subkey` program to perform the following tasks:
|
||||
|
||||
* Generate and inspect cryptographically-secure public and private key pairs.
|
||||
* Restore keys from secret phrases and raw seeds.
|
||||
* Sign and verify signatures on messages.
|
||||
* Sign and verify signatures for encoded transactions.
|
||||
* Derive hierarchical deterministic child key pairs.
|
||||
* [Documentation](https://docs.substrate.io/reference/command-line-tools/subkey/)
|
||||
Reference in New Issue
Block a user