JSON output format for most subcommands, so we can implement Icepick style workflows
Quick sharding mnemonics without a wizard
keyfork mnemonic generate --size 256 --encrypt-to self --start-server
could be used to:
- generate the mnemonic
- encrypt the mnemonic text to self
- start a Keyfork server with the…
Add integration and regression tests of Keyfork CLI
Quick sharding mnemonics without a wizard
keyfork mnemonic generate --size 256 --shard --certificates ./certificates --threshold 3 --max 5 --encrypt-to dr1.asc --encrypt-to dr2.asc --shard-to shard1.asc --shard-to shard2.asc
`…
Quick sharding mnemonics without a wizard
We can also include an --encrypt-to
option to encrypt a mnemonic to a previously-known disaster recovery certificate, that works either independently of, or in combination with, the previous…
Quick sharding mnemonics without a wizard
Note that this is functionally equivalent to:
keyfork mnemonic generate --size 256
Quick sharding mnemonics without a wizard
Cosmos-compatible Transfer
Working on this further, I encountered an issue where cosmrs... doesn't have good serialization of, like, any of their types. Transactions aren't Serialize/Deserialize, Fee is Serialize, but…