Skip to content
/ nwak Public

a web app that decodes, encodes, hashes and signs nostr things

Notifications You must be signed in to change notification settings

fiatjaf/nwak

Repository files navigation

nostr web army knife

a toolkit for debugging all things nostr as a webpage:

2025-03-16-213105_1454x948_scrot

written in scala with calico and snow

check it out on https://nwak.nostr.technology/

building

here is one way you can build and host a local copy of nwak:

  1. install nix the package manager, and make sure flakes are enabled
  2. checkout this repo and cd into it
  3. nix develop will get you into a dev environment with all the things (sbt)
  4. sbt fullLinkJS/esBuild will build the all important bundle.js file
  5. python3 -m http.server 8743 will serve up the html/js app at http://localhost:8743

developing locally

after step 3 of the the above, run just if you have it installed.

that should set up a process that will continuously recompile the javascript while also serving the webpage at http://localhost:8743