Open ranadewall opened 3 years ago
I think we discussed how difficult it is to offload signing. For first solution, we should enable BIP39 and BIP32 with passcode configurations in this app.
Later we can maybe add a signing interface that would need to be implemented to run by an org that could fork; or provide a jar impl that would be added as part of build.
Summary
Make signing logic abstract
Problem Definition
For this to be a hosted solution, we need to make the signing logic abstract with the assumption that signing keys will be hosted externally.
Proposal
For Admin Use