vicariousdrama / cornychat

🌽 Corny Chat is an open source audio space built on Jam that integrates Nostr and Lightning
https://cornychat.com
GNU Affero General Public License v3.0
19 stars 6 forks source link

Update nostr.json #29

Closed Nostr-Tortuga closed 5 months ago

vicariousdrama commented 5 months ago

will include

vicariousdrama commented 5 months ago

Adding tortuga is complete. Can verify at https://cornychat.com/.well-known/nostr.json?name=tortuga

The nip05 logic has been entirely rewritten as a dynamic endpoint which leverages redis data store. This enhances the system and works in conjunction with room profiles such that any room created will have a nostr profile (kind 0) event and be used for receiving zaps.

Your pubkey and username, along with others that were previously statically defined are currently set here https://github.com/vicariousdrama/cornychat/blob/main/pantry/services/nip05Initializer.js#L10