publish nostr profile event
priv=$(cat ~/.config/nostr/config.json | jq -r .privatekey)
relays=$(noscl relay | grep -oP "^wss://[^:]+" | while read r; do echo -r $r; done);
nostr-tool -p $priv $relays update-metadata --name user
LINK
You are about to visit a link which has been flagged with the above content warnings. Do you wish to continue?