by xrpcommunity
Fully decentralized and the most secure XRP & EVM wallet - built by the community, for the community.
# Add to your Claude Code skills
git clone https://github.com/xrpcommunity/XRP-community-walletGuides for using ai agents skills like XRP-community-wallet.
Last scanned: 7/8/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-07-08T06:28:03.260Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}XRP-community-wallet is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by xrpcommunity. Fully decentralized and the most secure XRP & EVM wallet - built by the community, for the community. It has 1,135 GitHub stars.
Yes. XRP-community-wallet passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/xrpcommunity/XRP-community-wallet" and add it to your Claude Code skills directory (see the Installation section above).
XRP-community-wallet is primarily written in TypeScript. It is open-source under xrpcommunity on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh XRP-community-wallet against similar tools.
No comments yet. Be the first to share your thoughts!
Ripple Community Wallet is a non-custodial wallet for the XRP ecosystem and compatible networks. Private keys and your seed phrase never leave your device: everything is stored encrypted locally, in the user's browser. There are no servers holding funds and no intermediaries — you are in full control of your assets.
The project is built by the community and for the community: open source, transparent decisions, no hidden telemetry, and no collection of personal data.
| Network | Ticker | Explorer |
|---|---|---|
| XRP Ledger | XRP | https://livenet.xrpl.org |
| Ethereum | ETH | https://etherscan.io |
| BNB Smart Chain | BNB | https://bscscan.com |
| Polygon | MATIC | https://polygonscan.com |
React 18 · TypeScript (strict) · Vite · React Router · TanStack Query · Zustand ·
Tailwind CSS · Radix UI · i18next · xrpl / ripple-keypairs · viem ·
@scure/bip39 · @noble/hashes · IndexedDB (idb).
This app is part of the Ripple Community monorepo and relies on shared workspace
packages: @rc/types, @rc/ui, @rc/i18n, @rc/api-client, and @rc/config
(the latter provides the base tsconfig). These packages must be available to
build — run the commands from the monorepo root, or make sure the @rc/*
packages are present in your environment.
# Install dependencies
pnpm install
# Dev server (Vite) — http://localhost:5173
pnpm dev
# Production build into ./dist
pnpm build
# Preview the production build locally
pnpm preview
# Unit tests (Vitest)
pnpm test
# Type checking
pnpm typecheck
src/
app/ — application root, providers, routing
features/ — feature modules (onboarding, send, receive,
portfolio, history, staking, settings, ...)
layouts/ — page layouts
lib/ — crypto, network logic (chains), explorers, theme, wallet
public/ — static assets (logos, favicon)
This project is built by the XRP community. Ways to contribute, feedback channels, and license terms will be published on the project website.