This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI add subkey docker image description and CI job to publish it to th…
…e hub.docker.com (#13392) * Add subkey docker image description and ci job to publish it * Add link to docs * fix formatting * fix ci
- Loading branch information
1 parent
1669659
commit 53be987
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters