-
Currently both randomly generated secrets and NUT-13 derived secrets are supported. While the spec does not require supporting only NUT-13 doing so would reduce code complexity as the two options don'…
-
Deployed a mint on Replit, ran into:
1. StrikeWallet in README has been renamed to StrikeUSDWallet in the code
2. StrikeUSDWallet doesn't respect WALLET_UNIT env var, if you set it to 'sat' it s…
-
curl -X GET https://8333.space:3338/v1/keys
```
{"keysets":[{"id":"I2yN+iRYfkzT","unit":"sat","keys":{"1":"03ba786a2c0745f8c30e4…
-
Very tiny issue: The mint currently returns the secret of a token in the error message "Token already spent: ".
This is pretty unnecessary.
-
As specified in https://github.com/cashubtc/nuts/blob/main/05.md PostMeltQuoteResponse should return the expiry-date of the quote.
-
**Describe the bug**
Getting error when trying to create/send ecash "JSON parse error unexpected end of input.
**To Reproduce**
Steps to reproduce the behavior:
1. Send Ecash via copy and quick share…
-
Just installed eNuts v0.2.1 and noticed that the app crashes when clicking on "contacts". I ignored the pop-up notification asking me to restore my Nostr contacts after the update. After hitting "cont…
-
-
**Describe the bug**
When a adding a new Npub the navbar is pushed above the bottom modal input field. If the user selects the cancel option then the bottom sheet disappears but the navbar remains in…
-
I am having trouble with the proof serialization in NUT-11, I do not think the example proof JSON in the NUT is valid. The `'` should be replaced with a `"` and the witness field is missing `{}`.
`…