Skip to content

Latest commit

 

History

History
 
 

xrpl4j-client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

xrpl4j-client

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.

Usage

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.