Skip to content

CLI prototype for interacting with the XRP Ledger

Notifications You must be signed in to change notification settings

kaganatalay/fbxrplc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fairly Bad XRPL CLI

A minimal command line client prototype for interacting with the XRP Ledger (XRPL).

At this stage, this tool may and probably does have security vulnerabilities and is meant to be a learning project only.
⚠️ Use at your own risk.


Features

  • Connects to the XRPL main network
  • Signs transactions using the provided seed from environment variables
  • Provides commands to:
    • Trade tokens on an Automated Market Maker (AMM)
    • View / Add / Remove Trustlines
    • Fetch Transaction Details
    • Retrieve AMM Info

Installation & Running

  1. Clone the repo and install dependencies:

    git clone https://github.com/kaganatalay/fbxrplc
    cd fbxrplc
    npm install
  2. Create a .env file with your XRP wallet seed:

    WALLET_SEED="s████████████████████████████"
  3. Build and start the CLI:

    npm run build
    npm start

Usage

Follow on-screen prompts to select and perform an operation.


About

CLI prototype for interacting with the XRP Ledger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published