From 03d8456681d56d790b6a07db409df8004cbc9dd6 Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 30 Apr 2024 01:18:00 +0300 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0e7acdd..2230f01 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ KevaChat Application for [NPS Protocol](https://nightfall.city/nps/info/specification.txt) +Listen connections on `1900` port and save messages to given `namespace` in [Kevacoin](https://github.com/kevacoin-project) blockchain. + +To read messages, use KevaChat [webapp](https://github.com/kevachat/webapp), [geminiapp](https://github.com/kevachat/geminiapp) or [any](https://github.com/kvazar-network/awesome-kevacoin#explorers) KevaCoin Explorer + ## Components * [kevachat/kevacoin-php](https://github.com/kevachat/kevacoin-php) - KevaCoin library for PHP