scsibug / nostr-rs-relay

Mirror of https://sr.ht/~gheartsfield/nostr-rs-relay/
MIT License
593 stars 161 forks source link

Fix: Relay Info: Payments URL && Website Design Improvements #172

Open mroxso opened 1 year ago

mroxso commented 1 year ago

This fixes the payments_url in the relay information, so that clients can display a "register to this relay" button (see here: https://github.com/nostr-protocol/nips/blob/master/11.md#pay-to-relay)

It also contains a better designed website for joining. You can see it in action on relay.layer.systems or greensoul.space

thesimplekid commented 1 year ago

I think it maybe better to split this into two PRs. One with the fix on the payments_url and then do a separate one for styling. As well as squashing some of these commits for a cleaner history.

scsibug commented 11 months ago

Agreed on splitting & squashing. Splitting out any Github build improvements into a separate PR would be appreciated as well.