urbit / bitcoin-wallet

Repository for issue triaging and (eventually) the bitcoin wallet code
MIT License
4 stars 1 forks source link

Make signing with Bridge the primary flow #19

Closed jalehman closed 3 years ago

jalehman commented 3 years ago

Right now signing with a master ticket is primary, which is a much smoother flow for demos, but is also fairly dangerous. Let's do two things:

  1. Make Sign with Bridge the default option.
  2. Add a disclaimer when in Sign with Master Key that this is action is unsafe.
ynx0 commented 3 years ago

Just curious, what makes signing with master key less safe? Is it because there is a the potential for it to be leaked?