XRPLF / xrpl4j

A 100% Java implementation to interact with the XRP Ledger.
ISC License
86 stars 48 forks source link

Idea: Port validator-key-tool to Java and support HSM #531

Open sappenin opened 4 months ago

sappenin commented 4 months ago

One day we might consider porting the validator-key-tool to java so that it would be easier to write integrations with HSM or other systems that likely have better support in Java than in C++.

While https://github.com/ripple/validator-keys-tool/issues/48 is likely best implemented over in that project, it's interesting to imagine being able to interact with that workflow from Java.