codechain-keystore-cli
codechain-keystore-cli copied to clipboard
A command line key management tool for CodeChain
The new version of KeyStore has changed serialization format. We should support users could migrate the old formatted file to a new formatted file easily.
Below is printed result from `cckey create --help` ```shell Usage: create [options] create a new key Options: -p, --passphrase passphrase -h, --help output usage information ``` The help message does...
Add an alternative storage backend which stores each key in the specified directory.