Categorygithub.com/Peersyst/xrpl-go
module
0.1.1
Repository: https://github.com/peersyst/xrpl-go.git
Documentation: pkg.go.dev

# README

XRPL-GO

Go Reference Go Report Card Release Card

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.

Disclaimer

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

Requirements

Requiring Go version 1.22.0 and later. Download latest Go version

Packages

NameDescription
addresscodecProvides functions for encoding and decoding XRP Ledger addresses
binarycodecImplements binary serialization and deserialization of XRP Ledger objects
keypairsHandles generation and management of cryptographic key pairs for XRP Ledger accounts
xrplCore package containing the main functionality for interacting with the XRP Ledger
examplesContains example code demonstrating usage of the xrpl-go library

Report an issue

If you find any issues, please report them to the XRPL-GO GitHub repository.

License

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

# Packages

Huge thanks to the btcsuite developers for creating this code, which we adapted for our use in compliance with the Copyfree Initiative.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author