XRPLF / xrpl4j

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

Add pre-release support for Hooks Transactions #39

Closed sappenin closed 3 years ago

sappenin commented 3 years ago

@nhartner can you publish your branch that has Hooks transaction support?

nhartner commented 3 years ago

Hooks stuff is on a branch: https://github.com/XRPLF/xrpl4j/tree/hooks-dev-preview. HooksIT shows an example. I don't think we should merge this branch into master because Hooks API is not close to finalized and it's only possible to run this using a forked version of rippled.

sappenin commented 3 years ago

Agreed. Closing this issue for now since we're not going to work on it in the short-term, and this issue will be here for posterity (as will the dev branch linked above).