threefoldtech / rmb-rs

RMB implementation in rust
Apache License 2.0
3 stars 1 forks source link

Support loading key from seed #43

Closed muhamadazmy closed 2 years ago

muhamadazmy commented 2 years ago

Right now zos only uses ed25519 keys but from a seed not from mnemonics. We need an extra command line option that can load a key from a seed (hex encoded for the command line) this way zos can start rmb with the right key without passing mnemonics Note