urbit / urbit-key-generation

Key derivation and HD wallet generation functions for Urbit
MIT License
15 stars 8 forks source link

Include entropy ticket in wallet object output #17

Closed g-a-v-i-n closed 5 years ago

g-a-v-i-n commented 5 years ago

To make it easier to shard and generate wallets to give away, I propose adding a ticket prop so the wallet output ends up looking like:

{
   ticket: '...', // Where this is encoded at @p, like '~ridlur-figbud-master-morzod'
   manage: {...},
   owner: : {...},
   ...
}