Getting Started
XRPL Camp teaches the XRP Ledger through hands-on lessons. No sign-ups, no real money — just you and the ledger.
Installation
Section titled “Installation”No Python required — downloads a prebuilt binary:
npx @mcptoolshop/xrpl-camp startOr install with Python:
pipx install xrpl-campStart the guided flow
Section titled “Start the guided flow”xrpl-camp startThis walks you through all 6 lessons in order. Each lesson builds on the previous one and takes about 1–2 minutes.
Dry-run mode
Section titled “Dry-run mode”Every networked command supports --dry-run. In dry-run mode:
- No network calls — transactions, faucet requests, and lookups are simulated
- No disk writes — no wallet file, no session persistence, no artifacts
- No misleading output — lesson 6 refuses to generate certificates from simulated runs
Dry-run may read existing state (e.g. your wallet address) but never mutates anything.
xrpl-camp start --dry-runUseful for confidence-building before your first real run, or for environments without network access.
What you end up with
Section titled “What you end up with”After completing all 6 lessons:
- A funded Testnet wallet (local, gitignored — never leaves your machine)
- A confirmed payment on a real public ledger
- A memo you chose, permanently recorded and independently verifiable
- A certificate (
xrpl_camp_certificate.json) — safe to share, no private keys - A proof pack (
xrpl_camp_proof_pack.json) — tamper-evident, SHA-256 hashed
Next steps
Section titled “Next steps”- Read about each lesson in detail
- Learn about the proof pack and certificates