Oddbean new post about | logout
 is there any reason why you don't allow the user to choose to use a different wallet without NWC? so when you zap it just deep links into another wallet like most nostr clients do. the main reason i don't use the Primal mobile app is because this option is missing. 
 thats why i uninstalled tbh 
 Same, no offense to Primal, I think it's a great project, but privacy is important to me.

The fact that there are so many other clients to use is THE super power for users. Nostr's the best. 
 And then there's pleb like me.. 

Don't like Primal coz the vibe don't match 😂

Feels something disturbing the #force  
 No reason other than not wanting to implement and maintain additional wallet connection logic. NWC seems like a good standard; I am sure more wallets will support it over time.  
 deep linking is simpler than NWC though. only maintenance required is adding new wallets, but that doesn't happen often. i don't think any wallets would change their deep link cause that would break things for everyone. you can just copy pasta this if you're using swift for iOS.

https://github.com/damus-io/damus/blob/df20b67fc12d10bec362e79f2ef7f4205f532871/damus/Models/Wallet.swift#L39