Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.11 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.11 KB

xrpl-go

The xrpl-go library provides a Go implementation for interacting with the XRP Ledger. From serialization to signing transactions, the library allows users to work with the most complex elements of the XRP Ledger. A full library of models for all transactions and core server rippled API objects are provided.

Important Information

This library is still in development and not yet intended for use.

Installation

The latest version can be installed using - TODO

Requiring Go version 1.18.0 and later. Download latest Go version

Pre-requisites:


Install [pre-commit](https://github.com/pre-commit/pre-commit-hooks)

Features

  • Binary Codec
  • Address Codec
  • Keypairs Generation - to finish
  • Go Models - to finish
  • Json Rpc Client - to finish
  • Webhook Client - todo

Usage

  • Keys and Wallets
  • Serialize and sign transactions
  • Encode addresses into and from classic address (no support for X-addresses)
  • How to use with JsonRpc Client
  • How to use Webhooks

Raising Issues

License

The xrpl-go library is licensed under the MIT License.