Browse Source

Update README.md

main
d47081 7 months ago committed by GitHub
parent
commit
adf9f1d03f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      README.md

4
README.md

@ -4,7 +4,7 @@ KevaChat Server for [NPS Protocol](https://nightfall.city/nps/info/specification @@ -4,7 +4,7 @@ KevaChat Server for [NPS Protocol](https://nightfall.city/nps/info/specification
Listen connections on `1915` port and save messages to given `namespace` in [KevaCoin](https://github.com/kevacoin-project) blockchain
![kevachat/npsapp](https://github.com/kevachat/npsapp/assets/108541346/36f8c2c2-197b-4f0f-9596-e92528293dfc)
![kevachat/npsapp](https://github.com/kevachat/npsapp/assets/108541346/936191f7-7ea7-44bd-bcd9-085f2a7f0a7b)
To read messages, use KevaChat [webapp](https://github.com/kevachat/webapp), [geminiapp](https://github.com/kevachat/geminiapp) or any [KevaCoin explorer](https://github.com/kvazar-network/awesome-kevacoin#explorers)!
@ -65,4 +65,4 @@ WantedBy=multi-user.target @@ -65,4 +65,4 @@ WantedBy=multi-user.target
* `nc 127.0.0.1 1915` - IPv4 only, install `netcat-openbsd` to add IPv6 support
* `ncat 127.0.0.1 1915`
* `telnet 127.0.0.1 1915`
* `telnet 127.0.0.1 1915`

Loading…
Cancel
Save