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…
Implement dynamic PromptHandlers by using genericized methods that accept impl PromptHandler