Basic demonstration of a Nostr web-socket client embedded in the browser, with links and resources.
Special thanks to CMDruid for all his contributions, teaching me about TextEncoder and assisting with the first ever nostr workshop in Austin!
https://tinyurl.com/nostr-workshop
Open the HTML file using your favorite browser, then check the developer console to see some magic.
Live demo available here:
https://supertestnet.github.io/nostr-workshop-demo
Nostr Protocol Implementation Proposals (NIPS)
https://github.com/nostr-protocol/nips
Nostr Army Knife: Test serialized events for debugging.
https://nostr-army-knife.netlify.app
Secp256k1 Library
https://github.com/paulmillr/noble-secp256k1