-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add transaction signing example code in java #275
Comments
Hey thanks for raising this. |
The way it works currently is we can send a pre-request from the /combine endpoint where the the transaction is signed on another server endpoint(probably an internal cold server where keys exists) and the response from the /combine request is the signed transaction which can be submitted. So I think an separate api end point not within the rosetta api list. What do you mean by e2e transaction signing? How would that integrate with rosetta API calls? |
We could add an additional endpoint e.g. |
Yeah, that would b e good custom addition to the endpoint. |
Why
To make the repo have e2e testing and cover all the test cases, transaction signing should also be included.
What
We need to have a java based transaction signing code example similar to what we have in ts - https://github.com/cardano-foundation/cardano-rosetta/blob/master/examples/postman/sign-transaction-server.js
The text was updated successfully, but these errors were encountered: