An example library containing a rippled JSON RPC client. The client is meant to be used as a reference, but should not be used in actual applications.
Users of xrpl4j should implement their own clients for their specific needs and preferences.
The main client can be found in the XrplClient
class.
The integration tests found in xrpl4j-integration-tests make use of this client to communicate with a rippled node over HTTP.