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: 4 months 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-21T13:58:18.000Z (almost 4 years ago)
- Last Synced: 2025-02-23T01:25:14.465Z (over 1 year ago)
- Language: HTML
- Size: 17.6 KB
- Stars: 3
- Watchers: 2
- Forks: 10
- 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