Categorygithub.com/goxrp/go-rippled
repositorypackage
0.8.3
Repository: https://github.com/goxrp/go-rippled.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Go Rippled

Build Status Go Report Card Docs License

This package is designed to providerippled server utilities including:

  1. API Method and Category information
  2. API example request and response JSON objects (data folder)
  3. 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

Models