@januszgrze posted about this fedimint wallet with marmot/whitenoise integration that his llm generated for him:
An experimental, mobile-first Fedimint wallet PWA with Marmot chat integration. Working on this for fun to explore UI design and become more familiar with the Marmot protocol. All code is generated by AI.WarningWarning
Do not use Chascuro in production or with real funds. Wallet recovery has not been proven yet. If you run it, use only with an extremely small amount of test funds you are prepared to lose. I make no guarantee that this application is secure.
I'm still not sure why everybody wants to integrate money and encrypted messaging, but I think it's probably a failure of my imagination.
I think this is more relevant for ~devs than for the "non-dev" territories, simply because this is only meant for solution space discussion, absolutely not usage, as the warning implies.
Speaking of dev perspective, there's a question I'm starting to ask myself more often based on this and other recent PWA and web library implementations/demos with advanced encryption:
is webassembly inevitable?
It's still inferior to the Web Crypto API (SubtleCrypto) within the scope that provides, and of course very inferior to decoupled cryptography, like letting your keyring or yubikey gen/derive/sign. But as long as sandboxing isn't totally broken (last time was in 2025) and when combined with a service worker... it could become the only way to cope with the extremely slow process on the side of the browser implementations.
I have switched wasm off on my phone though; also because per Google, all the V8 sandboxing bugs are AST/JIT optimizer logic errors, not things like read after free that you'd catch with memory tagging.
https://twiiit.com/yahn00sh/status/2079898076932681730
At this point I'm thinking you're purposely trying to wind up Justin and Darth 🤣🤣🤣
afaik no one tried to position Fedimint as an L2
it's retarded for a number of other reasons though, federations wrt to Lightning are fake so they lie, and it's basically dead
The UI looks promising. Looking forward to seeing how it evolves.
AI-generated projects are getting surprisingly usable for prototypes.
I'd only use it with test sats, but it's fun to see people experimenting.
The pace of AI-assisted open source development is pretty wild.