Skip to content

0xtkey256/defi_xrpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DeFi XRPL

XRPL Check transaction utilities for creating, retrieving, and cashing checks on the XRP Ledger.

Overview

A Node.js utility library implementing the XRPL Check payment mechanism — asynchronous, trustless payments similar to traditional checks on the XRP Ledger.

Features

Function Description
createCheck() Create a check transaction promising XRP to a recipient
getChecks() Query pending checks for an account via account_objects
cashCheck() Recipient claims/deposits a check by its CheckID

Tech Stack

  • Runtime: Node.js
  • Library: xrpl.js v2.14
  • Network: XRPL Testnet (wss://testnet.xrpl-labs.com)

Getting Started

cd scripts
npm install

Edit lib/checks.js to uncomment the function you want to run, then:

node lib/checks.js

Project Structure

scripts/
  lib/
    checks.js    # Check transaction utilities (create, get, cash)
  package.json

References

License

MIT License - see LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors