Getting Started
Install & Run
Section titled “Install & Run”No installation needed. Just run:
npx @mcptoolshop/xrpl-lab startThat’s it. No Python, no pip, no virtual environments.
What happens on first run
Section titled “What happens on first run”- Downloads a platform-specific binary (~25 MB) from GitHub Releases
- Verifies SHA256 checksum
- Caches locally (
~/.cache/mcptoolshop/xrpl-lab/) - Launches the guided module selector
Subsequent runs launch instantly from cache.
Offline mode
Section titled “Offline mode”For learning the workflow without touching testnet — and required for AMM modules until testnet enables the AMM amendment:
npx @mcptoolshop/xrpl-lab start --dry-runFully offline with simulated transactions.
Run a specific module
Section titled “Run a specific module”# List all available modulesnpx @mcptoolshop/xrpl-lab list
# Run a module by namenpx @mcptoolshop/xrpl-lab run receipt-literacyCheck your progress
Section titled “Check your progress”npx @mcptoolshop/xrpl-lab statusAlternative: Python
Section titled “Alternative: Python”If you prefer Python:
pipx install xrpl-labxrpl-lab startTroubleshooting
Section titled “Troubleshooting”If something goes wrong, diagnose your environment:
npx @mcptoolshop/xrpl-lab doctorGenerate an issue-ready markdown report for bug reports:
npx @mcptoolshop/xrpl-lab feedbackForce a fresh binary download if the cache is corrupt:
npx @mcptoolshop/xrpl-lab --clear-cacheSupported platforms
Section titled “Supported platforms”- Linux x64
- macOS ARM64 (Apple Silicon)
- Windows x64