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.
This library is still in development and not yet intended for use.
The latest version can be installed using - TODO
Requiring Go version 1.18.0
and later.
Download latest Go version
Install [pre-commit](https://github.com/pre-commit/pre-commit-hooks)
- Binary Codec
- Address Codec
- Keypairs Generation - to finish
- Go Models - to finish
- Json Rpc Client - to finish
- Webhook Client - todo
- 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
The xrpl-go
library is licensed under the MIT License.