-
https://github.com/cashubtc/nuts/blob/main/09.md
https://github.com/cashubtc/cashu-ts/blob/d1491235edddfd923da1112479f910c69e29440a/src/CashuMint.ts#L429
-
The wallet has a method `get_active_mint_keyset` which returns:
https://github.com/cashubtc/cdk/blob/09b5a55239787aa623ec6b210a7296fd8b4d8a05/crates/cdk/src/wallet/keysets.rs#L89
This assumes
-…
ok300 updated
4 hours ago
-
# Finish Cashu BTC integration
1. Hooks in packages/afk_nostr_sdk
2. Screens and component in apps/mobile => maybe do package react_native_ui
Docs:
https://github.com/cashubtc/cashu-ts
Wall…
-
Function `knowThisMintOfTokenJson` is weird.
https://github.com/cashubtc/cashu.me/blob/c43001b2f41a1c0ea38d21e61dfa4846c4b51049/src/components/ReceiveTokenDialog.vue#L193-L204
It iterates over `…
-
We should allow the payment delay in fake wallet to be configurable. It maybe better to be a range, min and max and choose a random delay between those to to more closely simulate real payments.
…
-
https://github.com/cashubtc/cdk/blob/e54548b125cf368822c1f15e3e2458173f8cc230/crates/cdk-mintd/src/main.rs#L453
-
Same as https://github.com/cashubtc/nutshell/issues/618
ISTM that CDK also hardcodes/assumes amounts of `2^n` and not the ones provided by the mint:
https://github.com/cashubtc/cdk/blob/f978b080…
-
Since a Cashu mint extension is no longer integrated/deprecated in LNbits the RaspiBlitz misses the possiblity to run a Cashu mint. The goal here would be to look into options of alternatives to run a…
-
https://github.com/cashubtc/cdk/blob/b23b48c3fe18a3d940c8b8042b1e08dade77671a/crates/cdk/src/cdk_database/mint_memory.rs#L22-L31
-
On start up since we do not pass the wait index to start at wait_any_invoice returns all the invoices that have been paid on the node. We should try and avoid this. And with the addition of bolt 12 we…