Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cmdruid/nostr-workshop-demo
- Owner: cmdruid
- License: cc0-1.0
- Created: 2022-08-19T17:33:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-21T13:58:18.000Z (over 2 years ago)
- Last Synced: 2024-11-09T10:40:46.719Z (2 months ago)
- Language: HTML
- Size: 17.6 KB
- Stars: 3
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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