Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 848 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 848 Bytes

nostr-chat-fyne

An experimental chat client written with Fyne. Its a work in progress based on kind 9 ideas

alt text

This is very early implementation. Use at your own risk!

Setup your dev environment

go mod tidy
go run .

Important! It will take quite a bit of time to complie the first time as its compiling some C libraries. Please be patient. After first compile, it will work normally.

After running

  • Add your nsec
  • Add kind9 relay exmaple: wss://groups.nostr.com/nostr
  • Chat away! You can also add room's

Todo:

  • Lots of things.

  • Add secure key storage to persist your private key.

  • Persist relays

  • Handle errors

  • Handle removing relays

  • Handle removing keys, etc

  • Lots visual updates