https://github.com/fiatjaf/nwak
a web app that decodes, encodes, hashes and signs nostr things
https://github.com/fiatjaf/nwak
nostr webapp
Last synced: 11 months ago
JSON representation
a web app that decodes, encodes, hashes and signs nostr things
- Host: GitHub
- URL: https://github.com/fiatjaf/nwak
- Owner: fiatjaf
- Created: 2023-10-30T02:10:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T22:23:55.000Z (about 1 year ago)
- Last Synced: 2025-05-22T19:45:11.784Z (about 1 year ago)
- Topics: nostr, webapp
- Language: Scala
- Homepage: https://nwak.nostr.technology
- Size: 200 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nostr web army knife
## a toolkit for debugging all things nostr as a webpage:

written in [scala](https://scala-lang.org/) with [calico](https://www.armanbilge.com/calico/) and [snow](https://github.com/fiatjaf/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](https://nixos.org) the package manager, and make sure [flakes](https://wiki.nixos.org/wiki/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