Jump to Content
XRPL Hooks - Smart Contract proposal for the XRP Ledger
HomeConcepts & DocsFunctionsChangelog
XRPL Hooks - Smart Contract proposal for the XRP Ledger
Concepts & Docs
HomeConcepts & DocsFunctionsChangelog

Concepts & Documentation

  • Introduction
    • Example Usage
    • Hooks Testnet
    • Hooks Testnet Explorer
    • Examples (source code)
    • Blogs (concepts)
  • Terminology
  • Loops and Guarding
  • Compiling Hooks
  • Chaining
  • Weak and Strong
  • Collect Call
  • SetHook Transaction
  • Parameters
  • Namespaces
  • Grants
  • HookOn Field
  • Reference Counting
  • Hook Fees
  • Execution Metadata
  • Debugging Hooks
  • State Management
  • Slots and Keylets
  • Floating Point Numbers (XFL)
  • Emitted Transactions
  • Serialized Objects
Powered by 

Example Usage

Suggest Edits

Please read the introduction of Hooks in this blog.

While working on Hooks we published a number of blogs on our progress, insights & Hooks concepts. You can read all about that in our blogs on Dev.to

Examples (scenarios)

1. Receiving Hook executes additional logic

703

2. Receiving Hook blocks incoming transaction

706

3. Sending Hook blocks outgoing transaction

722

4. Hook controls an institutional account

813

Updated over 3 years ago


What’s Next
  • Terminology