A Nostr browser in Clojure.
Go to file
2023-05-19 08:39:27 -05:00
.github/workflows Move to bcprov-jdk18on from Maven Central 2022-10-03 17:15:26 +02:00
java Tentative ability to send DM. Waiting for confirmation. uses "D @xxx" style. 2022-09-18 11:25:21 -05:00
spec/more_speech lud06 zapping works. 2023-05-19 08:39:27 -05:00
src/more_speech lud06 zapping works. 2023-05-19 08:39:27 -05:00
.gitignore Add .lsp and .clj-kondo to .gitignore (vsc extensions for clj) 2022-08-05 01:12:56 +02:00
issues
nostr-messages .gitignore 2022-05-21 15:43:13 -05:00
project.clj Update component versions and cleanup project.clj. 2023-05-12 07:34:53 -05:00
README.md README: include non-headless openjdk-17-jdk in run instructions 2022-12-17 10:23:17 -05:00

more-speech

A desktop client for the nostr protocol.

Mission

To provide a pragmatic tool for communicating over the nostr protocol.

Strategy

No Fluff. Just Stuff (To borrow a phrase). No fancy colors or glitter, no doo-dads, bells, or whistles. Just a simple way to scan, read, and compose messages.

Open Source

Help Wanted! If you feel like contributing, I'll be happy to entertain your pull requests. Make sure you write tests for the code you write, and follow the conventions I've started here.

Environment

  • Language: Clojure
  • Builder: Leiningen
  • GUI: SeeSaw
  • Tester: speclj

How to run

Sample commands for Debian:

sudo apt install clojure leiningen openjdk-17-jdk

git clone https://github.com/unclebob/more-speech
cd more-speech

lein run project.clj

For more

Read the wiki.