ai-agent

Monero

Monero: the secure, private, untraceable cryptocurrency
10,797 stars3,502 forksC++Updated 8/25/2026100% free · open source
What it does

Monero runs a full, privacy‑focused cryptocurrency node and wallet that lets you send and receive untraceable XMR.

When to use it
  • You need a self‑hosted XMR node to accept payments without relying on third‑party services.
  • Your product requires on‑chain privacy guarantees for user transactions.
  • You want to develop or test Monero‑based smart‑contract‑like protocols or integrations.
Ready-to-paste prompt
./build/release/bin/monero-wallet-cli --wallet-file mywallet --command "transfer 44Affq5kSiGBoZ... 0.5"
Heads up: The first run must download and verify the entire Monero blockchain (~100 GB); ensure you have enough disk space and a stable internet connection, otherwise the node will appear stuck while syncing.
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

🛠️ Technical setup

Expect 20–40 minutes in a terminal — or let your AI agent drive it.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/monero && curl -fsSL https://workflowstacks.com/api/skills/monero/claude-skill -o ~/.claude/skills/monero/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How Monero works
Codeflow
Free to inspect

Monero is a very large C++ project (~211k lines across 723 code files, plus 246 test files). It is a full software project: use it through its install path rather than reading it end to end. Last commit this month, Other license, has a test suite.

Size
Very large codebase
~211k lines · 723 code files · days to read — use, don't read
Setup
Developer setup
A real software project. Use it via its install path; don't expect to read it all.
Runs on
Docker
No API keys detected
C++ 80%C 12%Python 4%CMake 2%Shell 1%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
  2. 2
    src/blockchain_utilities/README.md
    Inside src/ — the main logic begins here
What's in each folder
src/Core code — the actual logic650 files
docs/Documentation14 files
contrib/Community contributions179 files
utils/Helper scripts58 files
external/Community contributions43 files
cmake/Folder13 files
tests/Tests — proof it works338 files
.github/CI / automation (GitHub Actions)5 files
READMEHas testsDocumentedCI checksDocker readyOther licenseUpdated this month
Quick Actions
Details
Creator
monero-project
Language
C++
Category
ai-agent
Published
4/30/2014

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.