Crate xpring

Source
Expand description

The xpring-rs Library

xpring-rs is a Rust client-side library that:

  • Performs some offline calculations around XRP Ledger wallet generation/derivation
  • Provides an easy interface to interact with the XRP Ledger.

§Features

xpring-rs provides the following features:

  • Wallet generation and derivation (Seed-based or HD Wallet-based)
  • Address validation
  • Account balance retrieval
  • Sending XRP Payments

Modules§

address
ilpclient
transaction
wallet
xrplclient

Structs§

Ilp
The Ilp struct will allow you to access all ILP methods
Xrpl
The Xrpl struct will allow you to access all the Xrpl methods