Damus
Tim profile picture
Tim
@TimA

Developing Nostr client JiYou.social

LNURL1DP68GURN8GHJ7AMPD3KX2AR0VEEKZAR0WD5XJTNRDAKJ7TNHV4KXCTTTDEHHWM30D3H82UNVWQHH2MNJD9CX2MT9V9EH2UN9XCCQEUS5UJlnurl
Relays (10)
  • wss://nostr.wine – read
  • wss://eden.nostr.land – read
  • wss://relay.snort.social – read & write
  • wss://nostr.bitcoiner.social – read & write
  • wss://relay.nostrgraph.net – read & write
  • wss://relay.damus.io/ – read & write
  • wss://relay.nostr.bg/ – read & write
  • wss://nostr.fmt.wiz.biz/ – read & write
  • wss://nos.lol/ – read & write
  • wss://relay.nostr.band/ – read & write

Recent Notes

techjunkie · 131w
You'll have to go through the mobile OS wallet selector using a custom url scheme I believe. This requires a user interaction though. Or Nostr Wallet Connect could be an alternative solution.
Tim profile picture
react-window is hard.. particularly when heights of notes are variable. Hope the effort to implement is worth the expected performance benefits🤞

#dev #react #nostrdev
Tim profile picture
Does anybody know how to provide an invoice to mobile apps like @Wallet of Satoshi from a PWA? I know desktop can use webln but how can I do this on mobile?

#typscipt #pwa #asknostr #dev #devs #zaps #lightning #webln
4
techjunkie · 131w
Call the API of the lightning node?
Tim profile picture
I know we have webln for web clients requesting invoices to web based lightning wallets. But what can a PWA use to call mobile lightning wallets such as wallet of Satoshi? Can we use service workers for this? Are there any existing js packages that came help with this?

#nostr #nostrdev #dev #asknostr #butcoin #lightning #lightningdev
Tim profile picture
What's the best way to decode bolt11? Is there a good client side js library for this?

#asknostr #nostrdevs #dev
1
pitiunited · 138w
https://github.com/nbd-wtf/light-bolt11-decoder
Tim profile picture
I think you did great and maybe we are not too late for some changes. Can't expect everything to be perfect at the start. Let's keep improving nostr as I believe it is worthwhile to do so. 👍
❤️1💜1
Simhozebs · 142w
There should be no harm in using Next even if you are building something strictly front end. The workflow is practically identical to a create-react-app project if you use the Pages directory (which I recommend over the new App directory for your case). If anything, you'll benefit from server side r...
Tim profile picture
Is create-react-app dead? Is Vite a good alternative for a front end only app? Or are there better options?

#dev #nostrdev #development #react #vite
3
Simhozebs · 143w
Next, Remix are the two highly recommended alternatives. But if you're trying to go light, Vite (as you mentioned) or even Preact is a good option as well.