|
1 | 1 | # [nostr-ts-relay](https://github.com/Cameri/nostr-ts-relay) |
2 | 2 |
|
3 | 3 | <p align="center"> |
4 | | -<a href='https://coveralls.io/github/Cameri/nostr-ts-relay?branch=main'><img src='https://coveralls.io/repos/github/Cameri/nostr-ts-relay/badge.svg?branch=main' alt='Coverage Status' /></a> |
5 | | -<a href='https://github.com/Cameri/nostr-ts-relay/actions'><img src='https://github.com/Cameri/nostr-ts-relay/actions/workflows/checks.yml/badge.svg?branch=main&event=push' alt='Build status' /></a> |
| 4 | + <a href="https://github.com/Cameri/nostr-ts-relay/issues"> |
| 5 | + <img alt="GitHub issues" src="https://img.shields.io/github/issues/Cameri/nostr-ts-relay?style=plastic" /> |
| 6 | + </a> |
| 7 | + <a href="https://github.com/Cameri/nostr-ts-relay/stargazers"> |
| 8 | + <img alt="GitHub stars" src="https://img.shields.io/github/stars/Cameri/nostr-ts-relay" /> |
| 9 | + </a> |
| 10 | + <a href="https://github.com/Cameri/nostr-ts-relay/network"> |
| 11 | + <img alt="GitHub forks" src="https://img.shields.io/github/forks/Cameri/nostr-ts-relay" /> |
| 12 | + </a> |
| 13 | + <a href="https://github.com/Cameri/nostr-ts-relay/blob/main/LICENSE"> |
| 14 | + <img alt="GitHub license" src="https://img.shields.io/github/license/Cameri/nostr-ts-relay" /> |
| 15 | + </a> |
| 16 | + <a href="https://github.com/chaijs/chai/releases"> |
| 17 | + <img alt="tag:?" src="https://img.shields.io/github/tag/Cameri/nostr-ts-rel.svg?style=flat-square" /> |
| 18 | + </a> |
| 19 | + <a href='https://coveralls.io/github/Cameri/nostr-ts-relay?branch=main'> |
| 20 | + <img alt='Coverage Status' src='https://coveralls.io/repos/github/Cameri/nostr-ts-relay/badge.svg?branch=main' /> |
| 21 | + </a> |
| 22 | + <a href='https://github.com/Cameri/nostr-ts-relay/actions'> |
| 23 | + <img alt='Build status' src='https://github.com/Cameri/nostr-ts-relay/actions/workflows/checks.yml/badge.svg?branch=main&event=push' /> |
| 24 | + </a> |
6 | 25 | </p> |
7 | 26 |
|
8 | 27 | This is a [nostr](https://github.com/fiatjaf/nostr) relay, written in |
@@ -102,7 +121,9 @@ Any changes made to the settings file will be read on the next start. |
102 | 121 |
|
103 | 122 | ## Dev Channel |
104 | 123 |
|
105 | | -For development discussions, please feel free to use the [Nostr Telegram Channel](https://t.me/nostr_protocol). |
| 124 | +For development discussions, please use the [Nostr Typescript Relay Dev Channel](https://t.me/nostr_ts_relay). |
| 125 | + |
| 126 | +For discussions about the protocol, please feel free to use the [Nostr Telegram Channel](https://t.me/nostr_protocol). |
106 | 127 |
|
107 | 128 | ## License |
108 | 129 |
|
|
0 commit comments