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.
- 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
-
Clone the repo and install dependencies:
git clone https://github.com/kaganatalay/fbxrplc cd fbxrplc npm install -
Create a
.envfile with your XRP wallet seed:WALLET_SEED="s████████████████████████████"
-
Build and start the CLI:
npm run build npm start
Follow on-screen prompts to select and perform an operation.