2024-07-23 12:42:17 +08:00
2024-07-11 14:38:19 +08:00
2024-07-14 11:24:04 +08:00
2024-07-14 11:22:05 +08:00
2024-07-14 11:25:28 +08:00
2024-07-05 00:37:13 -03:00
2024-07-14 11:21:20 +08:00
2024-07-23 12:42:17 +08:00
2024-07-22 15:20:48 +08:00

### Ensure Go is installed on your server

### Pull the code from Git

```sh
git clone https://github.com/0xchat-app/relay29
```

### Set environment variables

```sh
export PORT=
export DOMAIN=
export RELAY_NAME=
export RELAY_PRIVKEY=
```

### Build the project

```sh
cd relay29/groups.0xchat.com
go build -o groupRelay
```

### Execute the binary

```sh
./groupRelay
```

### Connect to the server

```sh
ws://127.0.0.1:5577 (default port)
```
Description
NIP-29 relay
Readme MIT 234 KiB
Languages
Go 97.2%
Dockerfile 2.7%
Just 0.1%