/nutstash-wallet

Cashu Wallet with multi-mint and send-to-nostr-key functionality

Primary LanguageSvelteMIT LicenseMIT

⚠️ don't be reckless! This app is in early development and most likely buggy. It does handle real sats though, so be sure to use only amounts that are small enough to lose.

Cashu Wallet

A web based Cashu Wallet that supports multiple mints

Roadmap

  • Adding, removing Mints
  • Mobile, web friendly
  • Minting tokens through Lightning
  • Melting tokens through Lightning
  • Sending tokens
  • receiving tokens
  • history for melt/mint
  • history for send/receive
  • support multiple keysets
  • support multiple mints
  • backup tokens
  • Inter-mint swapping
  • Send/receive over Nostr
  • reclaim pending tokens
  • PWA installable app
  • Scan to pay
  • scan to send
  • Merged Payment (use multiple mints to pay Invoice)

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.