Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.24 KB

README.md

File metadata and controls

47 lines (37 loc) · 1.24 KB

Cashu-Redeem

A simple web application for redeeming Cashu Ecash tokens directly to your Lightning wallet via Lightning Address or Bitcoin Connect. Built with TypeScript using Next.js.

Key Features

  • Redeem Cashu tokens directly to your Lightning Wallet.
  • Support for both Lightning Address and Bitcoin Connect.
  • Token validation and error handling.
  • Easy-to-use interface for token redemption.

Installation

  1. Clone the repository
git clone [repository-url]
cd [project-directory]
  1. Install dependencies
npm install
# or
yarn install
# or
pnpm install
  1. Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev

Usage

Enter your Cashu token in the input field to begin the redemption process. Connect your wallet via either a Lightning Address or Bitcoin Connect. Redeem tokens by following the instructions provided on the interface. So easy!

Disclaimer

Cashu is still new so don't use it for money you would worry about losing. This redeemer project was just a weekend hack and could have bugs that lose your money.

Licence

This project is open source and available under the MIT License. Feel free to copy, modify, and even fork it (but don't try to claim it as your own, ok?).