cashu-wallet

Solid

Manage Bitcoin and Cashu ecash. Send/receive via Lightning, manage multiple mints, and transact privately with ecash tokens.

Data & Documents 25 stars 5 forks Updated 3 months ago MIT

Install

View on GitHub

Quality Score: 72/100

Stars 20%
47
Recency 20%
50
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Cashu Wallet **Cashu Wallet** is a lightweight, privacy-focused Bitcoin wallet powered by **Cashu ecash**. It allows you to send and receive payments instantly using the **Lightning Network** or by exchanging **ecash tokens** directly. ### 🌟 Key Features * **Bitcoin over Lightning:** Seamlessly send and receive Lightning payments. * **Cashu Ecash:** Privacy-preserving ecash tokens. * **Multi-Mint Support:** Connect to multiple mints to diversify risk or support different currencies (sats, usd, eur, etc., depending on the mint). --- ## πŸ“¦ Installation & Setup The wallet is a Node.js CLI application located in this directory. 1. **Install Dependencies:** ```bash cd cli npm install ``` 2. **Create Alias (Optional but Recommended):** To make commands easier to run, you can create an alias: ```bash alias cashu='node cli/wallet.mjs' ``` --- ## πŸš€ Usage Guide All commands can be run using `node cli/wallet.mjs <command>` (or `cashu <command>` if aliased). ### 1. Managing Mints Before you can do anything, you need to trust a **Mint**. A mint exchanges Bitcoin (Lightning) for ecash tokens. * **List Mints:** View connected mints and their status. ```bash node cli/wallet.mjs mints ``` * **Add a Mint:** connect to a new mint URL. ```bash node cli/wallet.mjs add-mint https://mint.url # Example (Testnut): node cli/wallet.mjs add-mint https://testnut.cashu.space ``` ### 2. Receiving Money (In) * **...

Details

Author
cashubtc
Repository
cashubtc/cashu-skill
Created
3 months ago
Last Updated
3 months ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content β€” not just same category