Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abdelstark/rod

Rod Wallet, yet another Cashu wallet.
https://github.com/abdelstark/rod

cashu cashu-payment cashu-wallet ecash

Last synced: 2 months ago
JSON representation

Rod Wallet, yet another Cashu wallet.

Awesome Lists containing this project

README

        

# Rod Wallet

A minimalistic and modern Cashu wallet designed to handle payments while being interoperable with the Lightning Network.

## Features

- Smooth UI/UX, with a focus on simplicity and speed.
- NWC backend.
- Cashu payment system.
- Bitcoin and Lightning Network integration.

## Tech Stack

- Frontend: Next.js, React, TypeScript, Tailwind CSS.
- Monorepo: TurboRepo for package management.
- Backend: Nostr private key encryption for payments.

## Getting Started

Rod is a Turbo monorepo, which means that all packages and apps are managed in a single repository. To get started, you need to have Turbo installed on your machine. You can install Turbo by running the following command:

```bash
npm install -g turbo
```

To start the development server, run the following command:

```bash
turbo dev
```

## License

Rod is licensed under the MIT license. See the [LICENSE file](./LICENSE) for more details.