|
1 |
| -# relays |
2 |
| -Used to host Nostr relay binaries |
| 1 | +<div align="center"><p> |
| 2 | + <h1>Relays 📡</h1> |
| 3 | + <a href="https://github.com/nodetec/relays/releases/latest"> |
| 4 | + <img alt="Latest release" src="https://img.shields.io/github/v/release/nodetec/relays?style=for-the-badge&logo=starship&color=C9CBFF&logoColor=D9E0EE&labelColor=302D41" /> |
| 5 | + </a> |
| 6 | + <a href="https://github.com/nodetec/relays/pulse"> |
| 7 | + <img alt="Last commit" src="https://img.shields.io/github/last-commit/nodetec/relays?style=for-the-badge&logo=starship&color=8bd5ca&logoColor=D9E0EE&labelColor=302D41"/> |
| 8 | + </a> |
| 9 | + <a href="https://github.com/nodetec/relays/stargazers"> |
| 10 | + <img alt="Stars" src="https://img.shields.io/github/stars/nodetec/relays?style=for-the-badge&logo=starship&color=c69ff5&logoColor=D9E0EE&labelColor=302D41" /> |
| 11 | + </a> |
| 12 | + <a href="https://github.com/nodetec/relays/issues"> |
| 13 | + <img alt="Issues" src="https://img.shields.io/github/issues/nodetec/relays?style=for-the-badge&logo=bilibili&color=F5E0DC&logoColor=D9E0EE&labelColor=302D41" /> |
| 14 | + </a> |
| 15 | + <a href="https://github.com/nodetec/relays"> |
| 16 | + <img alt="Repo Size" src="https://img.shields.io/github/repo-size/nodetec/relays?color=%23DDB6F2&label=SIZE&logo=codesandbox&style=for-the-badge&logoColor=D9E0EE&labelColor=302D41" /> |
| 17 | + </a> |
| 18 | +</div> |
| 19 | + |
| 20 | +Relays is used to host Nostr relay binaries. |
| 21 | + |
| 22 | +The binaries have been tested with and are used by [Relay Wizard](https://github.com/nodetec/relaywizard) which is a CLI tool that helps you bootstrap a [Nostr](https://nostr.com/) relay. |
| 23 | + |
| 24 | +## Download |
| 25 | + |
| 26 | +To download a relay binary navigate to the [Releases](https://github.com/nodetec/relays/releases) page and click on the binary you want to download. |
| 27 | + |
| 28 | +Alternatively, you can use Relay Wizard which will download the binary for your preferred relay implementation as well as bootstrap the rest of the relay. |
| 29 | + |
| 30 | +## Learn More |
| 31 | + |
| 32 | +If you want to learn more about how to setup a relay from scratch, check out [Relay Runner](https://relayrunner.org) |
| 33 | + |
| 34 | +If you just want to know enough to get started, read the following sections to get a server, hook up a domain name and setup remote access: |
| 35 | + |
| 36 | +- [Get a server](https://relayrunner.org/server/get-a-server) |
| 37 | + |
| 38 | +- [Get a domain](https://relayrunner.org/server/domain-name) |
| 39 | + |
| 40 | +- [Remote access](https://relayrunner.org/server/remote-access) |
| 41 | + |
| 42 | +You should then be able to run the installation command above and get started. |
| 43 | + |
| 44 | +## Contribute |
| 45 | + |
| 46 | +If you want to contribute consider testing the binaries by setting up your own relays, by following the Relay Runner guides, and by using Relay Wizard. |
0 commit comments