npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@mcptoolshop/xrpl-lab

v1.0.1

Published

XRPL training workbook — zero-prerequisite npx install (verified binary launcher)

Downloads

182

Readme

XRPL training workbook — learn by doing, prove by artifact.

No Python required. This package downloads a prebuilt binary and runs it locally.

Install & Run

npx @mcptoolshop/xrpl-lab start

That's it. No Python, no pip, no virtual environments.

Offline mode (recommended for AMM modules)

npx @mcptoolshop/xrpl-lab start --dry-run

Fully offline with simulated transactions. Perfect for learning the workflow — and required for AMM modules until testnet enables the AMM amendment.

What Happens

  1. First run downloads a platform-specific binary (~25 MB) from GitHub Releases
  2. Verifies SHA256 checksum
  3. Caches locally (~/.cache/mcptoolshop/xrpl-lab/)
  4. Runs with full arg passthrough

Subsequent runs launch instantly from cache.

Modules

12 hands-on modules across three tracks:

| Track | Modules | |-------|---------| | Beginner | Receipt Literacy, Failure Literacy, Trust Lines 101, Debugging Trust Lines | | Intermediate | DEX Literacy, Reserves 101, Account Hygiene, Receipt Audit | | Advanced | AMM Liquidity 101, DEX Market Making 101, Inventory Guardrails, DEX vs AMM Risk Literacy |

Each module produces a verifiable artifact — transaction IDs, audit packs, proof packs with SHA-256 integrity.

Commands

npx @mcptoolshop/xrpl-lab start          # guided launcher
npx @mcptoolshop/xrpl-lab list           # show all modules
npx @mcptoolshop/xrpl-lab run <module>   # run a specific module
npx @mcptoolshop/xrpl-lab status         # check progress
npx @mcptoolshop/xrpl-lab doctor         # diagnose environment
npx @mcptoolshop/xrpl-lab audit          # batch verify transactions
npx @mcptoolshop/xrpl-lab last-run       # show last run + audit command
npx @mcptoolshop/xrpl-lab --help         # see all commands

Supported Platforms

  • Linux x64
  • macOS ARM64 (Apple Silicon)
  • Windows x64

Troubleshooting

npx @mcptoolshop/xrpl-lab self-check         # diagnose your environment
npx @mcptoolshop/xrpl-lab feedback           # generate issue-ready markdown
npx @mcptoolshop/xrpl-lab --print-cache-path # show cached binary location
npx @mcptoolshop/xrpl-lab --clear-cache      # force fresh re-download

Pin to a specific version if the latest has a regression:

npx @mcptoolshop/[email protected] start

Security

All binaries are verified against SHA256 checksums before execution. No telemetry. No network access beyond the initial download from GitHub.

Powered by @mcptoolshop/npm-launcher.

Alternative: Install via Python

If you prefer Python:

pipx install xrpl-lab
xrpl-lab start

Built by MCP Tool Shop