Skip to content

Commit 9f492ad

Browse files
authored
update features (#221)
1 parent 2180019 commit 9f492ad

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

README.md

+21-22
Original file line numberDiff line numberDiff line change
@@ -20,33 +20,32 @@ Wallets and mints `MUST` implement all mandatory specs and `CAN` implement optio
2020

2121
### Optional
2222

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

4242
#### Wallets:
4343

4444
- [Nutshell][py]
45-
- [cdk-cli][cdk-cli]
45+
- [CDK-cli][cdk-cli]
4646
- [cashu-ts][ts]
47-
- [eNuts][enuts]
47+
- [Macadamia][macadamia]
4848
- [Minibits][minibits]
49-
- [Moksha][moksha]
5049
- [Nutstash][ns]
5150
- [Cashu.me][cashume]
5251
- [Gonuts][gonuts]
@@ -56,7 +55,6 @@ Wallets and mints `MUST` implement all mandatory specs and `CAN` implement optio
5655

5756
- [Nutshell][py]
5857
- [Gonuts][gonuts]
59-
- [Moksha][moksha]
6058
- [cdk-mintd][cdk-mintd]
6159
- [Nutmix][nutmix]
6260

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

0 commit comments

Comments
 (0)