Removing redundant code
Fix the build issues
Setup a basic nixit build
A terminal-based client for the Nostr protocol.
# Build the project
cabal build
# Run the client
cabal run M714 connect
If you have Nix installed:
# Enter development shell
nix develop
# Build the project
cabal build
# Connect to the network and start TUI
M714 connect
# Generate a new key pair
M714 keygen
# Manage relays
M714 relay list
M714 relay add wss://your-relay.example.com
M714 relay remove wss://unwanted-relay.example.com
# Show version information
M714 version
Ctrl+N
: Compose new noteCtrl+P
: View profileCtrl+R
: Manage relaysCtrl+S
: SearchCtrl+Q
: QuitEsc
: Return to previous viewGPL-3.0