12 releases (breaking)

0.16.3 Mar 27, 2024
0.15.0 Sep 24, 2023
0.9.0 Aug 6, 2022
0.4.0 Jul 31, 2022
0.1.2 Mar 12, 2022

#23 in Magic Beans

Download history 13/week @ 2024-02-26 221/week @ 2024-03-25 37/week @ 2024-04-01

258 downloads per month

Apache-2.0

325KB
7.5K SLoC

XRPL CLI

A CLI for the XRP Ledger.

Crates.io

More information about this crate can be found in the crate documentation.

Setup

To install the binary from source, run:

cargo install --path .

Usage

xrpl --help

xrpl account <ADDRESS> info
xrpl account <ADDRESS> info --json --pretty
xrpl account <ADDRESS> info -jp

xrpl account <ADDRESS> balances
xrpl account <ADDRESS> balances --json --pretty
xrpl account <ADDRESS> balances -jp

xrpl account <ADDRESS> offers
xrpl account <ADDRESS> offers --pretty
xrpl account <ADDRESS> offers --json --pretty
xrpl account <ADDRESS> offers -jp

xrpl account <ADDRESS> offers list

xrpl account <ADDRESS> --public-key=".." --secret-key=".." offers remove <OFFER_SEQUENCE>

xrpl account <ADDRESS> --public-key="..." --secret-key="..." offers create --taker-pays="5.0 USD:rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq" --taker-gets="1.0 XRP"

xrpl account <ADDRESS> trustlines list --pretty
xrpl account <ADDRESS> lines list --pretty

xrpl ledger --closed

The RUST_LOG env variable is used to configure tracing, e.g.

RUST_LOG=debug xrpl account ADDRESS info -jp

Status

This work is under active development and the API is expected to change.

Contributing

Pull requests, issues and comments are welcome! Make sure to add tests for new features and bug fixes.

License

This work is licensed under the Apache-2.0 License. See LICENSE.txt or https://spdx.org/licenses/Apache-2.0.html for details.

Copyright © 2022 Georgios Moschovitis.

Dependencies

~12–28MB
~392K SLoC