Avatar
Lurking Cat
94e268f4aca4cc14613e1a6d50dab40882b9f08a31d7f6ba81604429b1bbba0e
Born as Cat. Curiosity feed the Cat. Sometimes, wandering a bit on Global feed. Non-Custodial ⚑: lurkingcat@longer-teddy-lined-truck.trycloudflare.com Custodial ⚑: lurkingcat@stacker.news

#Zaphaton using nostr-walet-connect feels different, faster

#Zapan

Currently using LNbits wallet connect. Since using wallet connect, zap feels different πŸ˜„

Oh, the code in the github clearly show it parse the clipboard and check whether it is contain valid NIP-21 text. If it is valid then Nostros will handle it otherwise Nostros will ignore it. It's ok, there's no 'keylogger' code in that.

const checkClipboard: () => void = () => {

if (Clipboard.hasString()) {

Clipboard.getString().then((clipboardContent) => {

if (validNip21(clipboardContent) && !clipboardLoads.includes(clipboardContent)) {

setClipboardLoads((prev) => [...prev, clipboardContent])

setClipboardNip21(clipboardContent)

}

})

}

}

export const validNip21: (string: string | undefined) => boolean = (string) => {

if (string) {

const regexp = /^(nostr:)?(npub1|nprofile1|nevent1|nrelay1|note1){1}\S*$/

return regexp.test(string)

} else {

return false

}

}

Currently, using both of them. They are good Nostr clients. Although, if i have to choose one then i will pick Amethyst because it has faster peformance. Feel free to test both of them πŸ™‚

Who knows, my hunch tells me that they only want more control to their citizen, take away privacy and freedom while disguising it as a #TikTok ban. πŸ™‚

The bill is quite clear tho "The Restrict Act"

https://youtu.be/xudlYSLFls8

Btw, your NIP-05 seems wrong #[1] , you set fishcake@nostrplebs.comj instead of fishcake@nostrplebs.com πŸ˜…

Haha, no, it's just a quote of certain song lyrics πŸ˜„

You're welcome. I don't do much tho πŸ˜…

Glad that we can get the experience, it is so satisfying that we can do it sucessfully on our own

It's already availabe since quite long time. You need to press and hold "lightning icon" and it will show popup to add custom amounts

But, you are the one who finish it and package it beatifully as good PR. Thank you πŸ™