/nostr-workshop

Build your first nostr (and lightning?) application in a single .html file and 200 lines of code

Primary LanguageHTML

NOSTR WORKSHOP

This is a 60m workshop for FOSSCOMM 2023. Build your first nostr application in a single .html file and 200 lines of code.

Prerequisites

  • Basic understanding of HTML and Javascript
  • A code editor of your choice (vscode recommended)
  • A basic HTTP server in order to serve our html file. If you have python installed you can run a server with python -m http.server. If you have npm installed you can run a server with npx http-server.