a command line tool for doing all things nostr
Go to file
2023-05-03 16:24:52 -03:00
.github/workflows just arranging things. 2023-03-23 08:44:28 -03:00
project start from a blank slate again. 2023-03-18 18:07:07 -03:00
src/main/scala get rid of the string arithmetics and just re-encode nip19 on the fly. 2023-04-26 09:09:42 -03:00
.gitignore gitignore metals bloat. 2022-02-23 10:06:30 -03:00
.scalafmt.conf update scalafmt version after update. 2023-04-25 21:50:34 -03:00
build.sbt publish automatically with snow 0.0.1 2023-04-24 13:32:51 -03:00
ext.svg stop autolinking on nip19 codes, add an icon afterwards. 2023-04-24 11:57:47 -03:00
favicon.ico add a favicon. 2023-04-05 16:45:15 -03:00
go.mod nak cli tool. 2023-05-03 16:24:52 -03:00
go.sum nak cli tool. 2023-05-03 16:24:52 -03:00
index.html basic parsing nostr events from input. 2023-03-18 21:42:41 -03:00
justfile add a favicon. 2023-04-05 16:45:15 -03:00
main.go nak cli tool. 2023-05-03 16:24:52 -03:00
README.md nak cli tool. 2023-05-03 16:24:52 -03:00

nostr army knife

this repository contains two things:

  1. a command-line tool for decoding and encoding nostr entities

written in go using go-nostr and distributed as a single binary.

  1. a toolkit for debugging all things nostr as a webpage:

written in scala with calico and snow