Signer Tool
Signer registry is a centralized place where you can store your development keys.
Each signer in registry has an unique user defined name. All everdev commands that require signing or encryption refer to the signer by name.
You can mark one of the signers as a default. It can be used in signing commands without providing signer option.
Signer repository management in everdev is accessible through the signer
tool.
Note: If you need to generate an unsigned message, you may use the option --signer none
in any relevant commands in other controllers. Omitting the signer option altogether always means using the default signer.
Note: Keys in the repository are stored unencrypted.
Add a signer with randomly generated keys
This command adds a signer with randomly generated keys.
See other available generation options with help command:
Add a signer with specific keys
This command adds a signer with previously generated (e.g. with tonos-cli) keys.
See other available signer addition options with help command:
Note: By default the dictionary is set to english, which allows using seed phrases generated by other TONOS tools, such as tonos-cli.
List registered signers
This command lists all registered signers with their public keys.
Result:
Get signer details
This command lists all information (including secret data) for a specified signer.
Result:
Set default signer
This command sets a previously added signer as default (initially the first added signer is used by default).
Delete a signer
This command deletes a previously added signer from signer registry.
Last updated