XRP-community-wallet

作者 xrpcommunity已验证

Fully decentralized and the most secure XRP & EVM wallet - built by the community, for the community.

1,924
Stars
132
Forks
TypeScript
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/xrpcommunity/XRP-community-wallet

快速入门

使用 XRP-community-wallet 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Ripple Community Wallet

Ripple Community Wallet

A fully decentralized wallet - built by the community, for the community.

Website  ·  Web wallet app  ·  Documentation  · 


About

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.

Features

  • Non-custodial storage. The seed phrase and keys are encrypted locally and stored in IndexedDB; a user password is required to unlock.
  • Wallet creation and import. Generate and restore a wallet from a seed phrase (BIP39 / BIP32 standards).
  • Hardware wallets. Ledger support for XRP via WebHID.
  • Multi-chain. XRP Ledger and EVM networks in a single interface: native coins, a curated ERC-20 list, and support for custom tokens.
  • Send and receive. Transfers with address validation and QR codes for receiving funds.
  • Portfolio. Aggregated balance across networks and tokens with up-to-date prices.
  • Transaction history. A list of operations with links to block explorers.
  • Staking. A section for participating in community staking.
  • Internationalization. 11 languages, including RTL (Arabic); the language is detected automatically from browser settings.
  • Responsive UI. Mobile / tablet / desktop, light and dark themes.

Supported networks

NetworkTickerExplorer
XRP LedgerXRPhttps://livenet.xrpl.org
EthereumETHhttps://etherscan.io
BNB Smart ChainBNBhttps://bscscan.com
PolygonMATIChttps://polygonscan.com

Tech stack

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).

Local development

Requirements

  • Node.js >= 20
  • pnpm >= 9

Workspace dependencies

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.

Commands

# 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

Project structure

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)

Security

  • Keys and the seed phrase are never sent to a server and are stored only in encrypted form on the device.
  • Wallet access is protected by a password; unlocking happens locally.
  • Before using real funds, always back up your seed phrase in a safe place — recovery is only possible with it.

Community and license

This project is built by the XRP community. Ways to contribute, feedback channels, and license terms will be published on the project website.

常见问题

What is XRP-community-wallet?

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,924 GitHub stars.

Is XRP-community-wallet safe to use?

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.

How do I install XRP-community-wallet?

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).

What programming language is XRP-community-wallet written in?

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.

Are there alternatives to XRP-community-wallet?

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.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情