Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 958 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 958 Bytes

Nostr workshop demo

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!

Video

Slideshow

https://tinyurl.com/nostr-workshop

How to use

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

Resources

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