This is a new test for nostify.me
dolu
dolu@dolu.dev
npub1txuk...phrl
Hello! Test for nostify.me
Do you have an example of service that use nsecBunker as login?
cc @PABLOF7z
I want to see the workflow and see how I can implement it in 
GitHub
GitHub - Dolu89/nostr-one
Contribute to Dolu89/nostr-one development by creating an account on GitHub.
I will do everything I can to release it next week


I make a project with "high" I/O for DB. So I immediately started using Redis instead of Postgresql for the high I/O part. (streaming all Nostr events).
Then, I made a try to replace all the shit I've done using Redis by a single SQL query. Guess what, Postgresql is more than enough... it's only between 5 and 15 sql queries/sec. (with almost no data in my DB).
I'll continue to make some tests with much more data in DB to see if Postgresql is still enough (I think it is)
#test for a project
I’m working on a PoC for the HRF bounty about nostr group chat
NIP-44 ✅
NIP-112 🚧
The big missing part is these nips aren’t available in nostr browser extension
Where is the settings page in primal to manage my relays? Am I dumb?
@rektBot_dev long 100
Ok I finished the NIP-98 button
It's a custom element (can be used anywhere, react, vue, native HTML, ...) that you can install on your website to easily get a NIP-98 HTTP Authentication.
It uses nostr-tools https://github.com/nbd-wtf/nostr-tools/blob/master/nip98.ts that I added today.
Server-side, you can also use nostr-tools nip98.validateToken() to validate the token is valid.
With only "2 lines" of code you can add a button client-side and validate the token server-side
Documentation is probably horrible.
Vite + Vue + TS
My current Nostr project
What do you think?

