# README
Go Rippled
This package is designed to providerippled
server utilities including:
- API Method and Category information
- API example request and response JSON objects (
data
folder) - Simple JSON RPC request handling
API Method and Category Information
Method and Category information is provided programmatically.
See:
Example Requests and Responses
Request and response samples are provided in the data
folder and available programmatically.
Test Client
A test API client is provided that executes the requests on XRPL.org.
Display example request:
$ cd cmd/rippledapiexample
$ go run main.go --method account_info
Display example request and response:
$ cd cmd/rippledapiexample
$ go run main.go --method account_info --exec