Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Use hdpath as an address #138

Open
splix opened this issue Nov 8, 2018 · 0 comments
Open

Use hdpath as an address #138

splix opened this issue Nov 8, 2018 · 0 comments

Comments

@splix
Copy link
Contributor

splix commented Nov 8, 2018

Allow user to specify a HD Path from a hardware wallet for a new transaction, for to and from parts.

emerald transaction \
   hw:m/44'/60'/0'/1 \
   0x0e7c045110b8dbf29765047380898919c5cb56f4 \
   10 \
   --nonce 1

Should ask user to sign transaction using HW Wallet:

Emerald Vault is requesting to sign following transaction:
----------------------------------------------------
FROM:     m/44'/60'/0'/1
          0x9cbe7c045110b8d8768915047bf2f456030899c5
TO:       0x0e7c045110b8dbf29765047380898919c5cb56f4
VALUE:    10.00 ETC 
          0x8AC7230489E80000 WEI
NONCE:    1
GAS:      21000
GASPRICE: 15200000000 WEI
DATA:     <none>
----------------------------------------------------
Please confirm the transaction on the device.

For

emerald transaction \
   0x0e7c045110b8dbf29765047380898919c5cb56f4 \
   hw:m/44'/60'/0'/1 \
   10 \
   --nonce 1

It should just sign prepare transaction to 0x9cbe7c045110b8d8768915047bf2f456030899c5 (which is m/44'/60'/0'/1)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant