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.
- 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.
- Clone the repository
git clone [repository-url]
cd [project-directory]
- Install dependencies
npm install
# or
yarn install
# or
pnpm install
- Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
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!
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.
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?).