Categorygithub.com/CreatureDev/xrpl-go
module
0.0.0-20240415233601-cb7fc925d612
Repository: https://github.com/creaturedev/xrpl-go.git
Documentation: pkg.go.dev

# README

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
  • Go Models
  • Json Rpc Client
  • Webhook Client

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.

# 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
No description provided by the author
No description provided by the author