-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[adp-3489] External signing and derivation lib #4860
base: master
Are you sure you want to change the base?
Conversation
@paweljakubas In https://cardanofoundation.atlassian.net/browse/ADP-3489 we said we wanted to use external tools to sign transactions, eg. take the output of the deposit wallet and use a combination of It seems you have been recreating a complete tool, or am I misunderstanding something? |
indeed, it is going to sign tx. In details, having:
it will produce
Also, I would argue the lib should not be responsible for submitting cbor. |
Library is expected to be able to
(a) derive all relevant keys with respect to account key
(b) sign cbor with the specified key
(c) be emulation of hardware wallet in a sense that adding the hardware support should fit to the current software emulation of it
Comments
Issue Number
adp-3489