Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update features #221

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 21 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,33 +20,32 @@ Wallets and mints `MUST` implement all mandatory specs and `CAN` implement optio

### Optional

| # | Description | Wallets | Mints |
| -------- | --------------------------------- | --------------------------------------------------------------------------- | ------------------------------------------------------- |
| [07][07] | Token state check | [Nutshell][py], [Moksha][moksha], [Nutstash][ns], [cashu-ts][ts], [cdk-cli] | [Nutshell][py], [Moksha][moksha], [cdk-mintd], [nutmix] |
| [08][08] | Overpaid Lightning fees | [Nutshell][py], [Moksha][moksha], [Nutstash][ns], [cashu-ts][ts], [cdk-cli] | [Nutshell][py], [Moksha][moksha], [cdk-mintd], [nutmix] |
| [09][09] | Signature restore | [Nutshell][py], [cdk-cli], [cashu-ts][ts], [gonuts] | [Nutshell][py], [cdk-mintd], [nutmix] |
| [10][10] | Spending conditions | [Nutshell][py], [cdk-cli], [cashu-ts][ts] | [Nutshell][py], [cdk-mintd], [nutmix] |
| [11][11] | Pay-To-Pubkey (P2PK) | [Nutshell][py], [cdk-cli], [cashu-ts][ts] | [Nutshell][py], [cdk-mintd], [nutmix] |
| [12][12] | DLEQ proofs | [Nutshell][py], [cdk-cli] | [Nutshell][py], [cdk-mintd], [nutmix] |
| [13][13] | Deterministic secrets | [Nutshell][py], [Moksha][moksha], [cashu-ts][ts], [cdk-cli], [gonuts] | - |
| [14][14] | Hashed Timelock Contracts (HTLCs) | [Nutshell][py], [cdk-cli] | [Nutshell][py], [cdk-mintd], [nutmix] |
| [15][15] | Partial multi-path payments (MPP) | [Nutshell][py] | [Nutshell][py] |
| [16][16] | Animated QR codes | [Cashu.me][cashume] | - |
| [17][17] | WebSocket subscriptions | [Nutshell][py], [cdk-cli][cdk-cli] | [Nutshell][py], [cdk-mintd][cdk-mintd] |
| [18][18] | Payment requests | [Cashu.me][cashume], [Boardwalk][bwc], [cdk-cli] | - |
| [19][19] | Cached Responses | - | [Nutshell][py], [cdk-mintd] |
| [20][20] | Signature on Mint Quote | [cdk-cli], [Nutshell][py] | [cdk-mintd],[Nutshell][py] |
| [21][21] | Clear authentication | [cdk-cli], [Nutshell][py] | [cdk-mintd],[Nutshell][py] |
| [22][22] | Blind authentication | [cdk-cli], [Nutshell][py] | [cdk-mintd],[Nutshell][py] |
| # | Description | Wallets | Mints |
| -------- | --------------------------------- | ---------------------------------------------------------------------------- | -------------------------------------------------- |
| [07][07] | Token state check | [Nutshell][py], [Nutstash][ns], [cashu-ts][ts], [cdk-cli] | [Nutshell][py], [cdk-mintd], [nutmix], [macadamia] |
| [08][08] | Overpaid Lightning fees | [Nutshell][py], [Nutstash][ns], [cashu-ts][ts], [cdk-cli] | [Nutshell][py], [cdk-mintd], [nutmix], [macadamia] |
| [09][09] | Signature restore | [Nutshell][py], [cdk-cli], [Cashu.me][cashume], [gonuts], [minibits] | [Nutshell][py], [cdk-mintd], [nutmix], [macadamia] |
| [10][10] | Spending conditions | [Nutshell][py], [cdk-cli], [cashu-ts][ts] | [Nutshell][py], [cdk-mintd], [nutmix] |
| [11][11] | Pay-To-Pubkey (P2PK) | [Nutshell][py], [cdk-cli], [Cashu.me][cashume] | [Nutshell][py], [cdk-mintd], [nutmix] |
| [12][12] | DLEQ proofs | [Nutshell][py], [cdk-cli], [cashu-ts][ts] | [Nutshell][py], [cdk-mintd], [nutmix] |
| [13][13] | Deterministic secrets | [Nutshell][py], [cashu-ts][ts], [cdk-cli], [gonuts], [macadamia], [minibits] | - |
| [14][14] | Hashed Timelock Contracts (HTLCs) | [Nutshell][py], [cdk-cli] | [Nutshell][py], [cdk-mintd], [nutmix] |
| [15][15] | Partial multi-path payments (MPP) | [Nutshell][py], [cdk-cli] | [Nutshell][py], [cdk-mintd] |
| [16][16] | Animated QR codes | [Cashu.me][cashume], [macadamia], [minibits] | - |
| [17][17] | WebSocket subscriptions | [Nutshell][py], [cdk-cli][cdk-cli], [Cashu.me][cashume] | [Nutshell][py], [cdk-mintd][cdk-mintd] |
| [18][18] | Payment requests | [Cashu.me][cashume], [Boardwalk][bwc], [cdk-cli] | - |
| [19][19] | Cached Responses | - | [Nutshell][py], [cdk-mintd] |
| [20][20] | Signature on Mint Quote | [cdk-cli], [Nutshell][py] | [cdk-mintd],[Nutshell][py] |
| [21][21] | Clear authentication | [cdk-cli], [Nutshell][py] | [cdk-mintd],[Nutshell][py] |
| [22][22] | Blind authentication | [cdk-cli], [Nutshell][py] | [cdk-mintd],[Nutshell][py] |

#### Wallets:

- [Nutshell][py]
- [cdk-cli][cdk-cli]
- [CDK-cli][cdk-cli]
- [cashu-ts][ts]
- [eNuts][enuts]
- [Macadamia][macadamia]
- [Minibits][minibits]
- [Moksha][moksha]
- [Nutstash][ns]
- [Cashu.me][cashume]
- [Gonuts][gonuts]
Expand All @@ -56,7 +55,6 @@ Wallets and mints `MUST` implement all mandatory specs and `CAN` implement optio

- [Nutshell][py]
- [Gonuts][gonuts]
- [Moksha][moksha]
- [cdk-mintd][cdk-mintd]
- [Nutmix][nutmix]

Expand All @@ -66,6 +64,7 @@ Wallets and mints `MUST` implement all mandatory specs and `CAN` implement optio
[ns]: https://nutstash.app/
[ts]: https://github.com/cashubtc/cashu-ts
[enuts]: https://github.com/cashubtc/eNuts
[macadamia]: https://github.com/zeugmaster/macadamia
[minibits]: https://github.com/minibits-cash/minibits_wallet
[moksha]: https://github.com/ngutech21/moksha
[cdk]: https://github.com/cashubtc/cdk
Expand Down