Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cmdruid/nostr-workshop-demo

Basic demonstration of a Nostr web-socket client embedded in the browser, with links and resources.
https://github.com/cmdruid/nostr-workshop-demo

Last synced: 7 days ago
JSON representation

Basic demonstration of a Nostr web-socket client embedded in the browser, with links and resources.

Awesome Lists containing this project

README

        

# nostr-workshop-demo
Basic demonstration of a Nostr web-socket client embedded in the browser, with links and resources.

Special thanks to [SuperTestNet](https://github.com/supertestnet) for all his contributions, teaching me the basics and hosting the most excellent workshop on Nostr!

## How to use.
Open the HTML file using your favorite browser. Please check the developer console for more information.

Live demo available here:
https://cmdruid.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