Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 661 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 661 Bytes

prophet

A Prophet stood alone with sight so clear,
Of things to come, a premonition dear.
With visions bold, he spoke of what was near,
Of troubles, pain, and hope to conquer fear.

Long-form content nostr client. Pre-alpha.

Development

With Nix and direnv, setup PostgreSQL:

# clone & cd prophet/
cd postgresql/
cp .envrc.example .envrc
make init

Then, back to the repo root:

cd ..
make serve

Tools

There is key encoding tool (hex -> nsec/npub) in the codebase:

go run cmd/encodesecretkey/main.go put-hex-secret-key-here
go run cmd/encodepublickey/main.go put-hex-public-key-here

License

MIT