Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/abdelstark/rod
- Owner: AbdelStark
- License: mit
- Created: 2024-09-13T13:34:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-25T11:39:12.000Z (3 months ago)
- Last Synced: 2024-10-05T16:32:55.662Z (3 months ago)
- Topics: cashu, cashu-payment, cashu-wallet, ecash
- Language: TypeScript
- Homepage:
- Size: 3.79 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.