alephium / desktop-wallet

The official Alephium wallet for desktop
https://alephium.org
GNU Lesser General Public License v3.0
79 stars 44 forks source link

Show address derivation path #785

Closed tdroxler closed 1 year ago

tdroxler commented 1 year ago

We could show the derivation path of the address as we do in the node wallet:

"path": "m/44'/1234'/0'/0/0"

It's not very useful, but it give nice information.

This is bip-44 derivation path and the 1234 is our entry in the slip-44

tdroxler commented 1 year ago

oops just saw https://github.com/alephium/alephium-frontend/issues/80