#hook #xrpl #xrp

no-std rshooks-api

XRP Ledger Hooks API for Rust

3 releases (breaking)

0.6.0 Oct 7, 2024
0.5.0 Sep 22, 2024
0.4.0 Sep 20, 2024

#2 in #xrp

27 downloads per month

MIT license

91KB
2.5K SLoC

XRP Ledger Hooks API for Rust

Documentation CI Status (Github Actions) CD Status (Github Actions)

This crate allows you to write XRPL hooks in Rust.

For a quick start and to view examples, see xrpl-hook-template repo.

Documentation

Documentation

Release history

See HISTORY.md

Tests

$ cargo test

License

LICENSE-MIT or http://opensource.org/licenses/MIT


lib.rs:

XRPL Hooks API

This crate allows you to write XRPL hooks in Rust.

Before you begin, it is highly recommended that you read the official docs carefully.

Examples

For a quick start and to view examples, use the hook template

Dependencies

~115KB