#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"
"PHP is not cool ..." π π
Btw, your NIP-05 seems wrong #[1] , you set fishcake@nostrplebs.comj instead of fishcake@nostrplebs.com π
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
"When i was a young boy, my father took me into the city, to see a marching band. He said son when you grow up would you be ... "
Nostriches! I just wrote a guide for how to receive non-custodial zaps with your Core Lightning node! Let me know what you think or if I missed anythingβ¦ Iβm learning every day!
https://github.com/TheFockinFury/Non-Custodial-Nostr-Zaps-CLN
Cool, congrats to finally setup your own non-custodial LN address using CLN π
Cc #[2]
Maybe you need to set it "alpha" for extra warning π
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 π
Yes, nitter instance have no problems
Hopefully, this can reach them and their good conscience π
Any random things will do, some slice of life story, simple rants, experience sharing π
Cool project π
