What problem does your feature solve?
Transaction signing
What would you like to see?
Is it possible to think of a way to sign transactions via an external service? I think that this will increase the usability of this tool. Different companies have different requirements regarding the management of the keys.
However, the implementation should be done in a way that lets the handling of the process of signing to the external service and the process of submitting to the network to the SDP.
The tool should send the transaction to be signed, and just get the signature back from the signer (Is there a SEP for this?). We should not do it like the anchor platform that limits the external signature just to Fireblocks!
Since the SDP is already using Kafka, adding transactions to be signed to a queue, wait for the signature, get them signed and then put it to a queue to be submitted should not be a problem.
What alternatives are there?
None that I know of.
What problem does your feature solve?
Transaction signing
What would you like to see?
Is it possible to think of a way to sign transactions via an external service? I think that this will increase the usability of this tool. Different companies have different requirements regarding the management of the keys.
However, the implementation should be done in a way that lets the handling of the process of signing to the external service and the process of submitting to the network to the SDP.
The tool should send the transaction to be signed, and just get the signature back from the signer (Is there a SEP for this?). We should not do it like the anchor platform that limits the external signature just to Fireblocks!
Since the SDP is already using Kafka, adding transactions to be signed to a queue, wait for the signature, get them signed and then put it to a queue to be submitted should not be a problem.
What alternatives are there?
None that I know of.