# XRPL Hooks Api [![Crates.io: xrpl-hooks](https://img.shields.io/crates/v/xrpl-hooks.svg)](https://crates.io/crates/xrpl-hooks) [![Documentation](https://docs.rs/xrpl-hooks/badge.svg)](https://docs.rs/xrpl-hooks) [![CI Status (Github Actions)](https://github.com/otov4its/xrpl-hooks/workflows/CI/badge.svg?main)](https://github.com/otov4its/xrpl-hooks/actions) [![CD Status (Github Actions)](https://github.com/otov4its/xrpl-hooks/workflows/CD/badge.svg?main)](https://github.com/otov4its/xrpl-hooks/actions) This crate allows you to write XRPL hooks in Rust. For a quick start and to view examples, see [xrpl-hook-template](https://github.com/otov4its/xrpl-hook-template/) repo. # XRPL Hackathon 2021 This is part of the [XRPL Hooks Rust](https://devpost.com/software/xrpl-hooks-rust) project developed for [XRPL Hackathon 2021](https://xrpl-hackathon-2021.devpost.com/). ![](XRPL2021HACK.jpg) # Documentation [Documentation](https://docs.rs/xrpl-hooks/) # Release history See [HISTORY.md](HISTORY.md) # Tests ```bash $ cargo test ``` # License [LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT