From 9ca4146b821db8dd88bc9d0a67184d698e298435 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 21 Feb 2024 11:50:35 +0200 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b9051a5..7041768 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ KevaChat is distributed chat platform for open, uncensored and privacy respectab ## Tech -Instance require connection to the [Kevacoin](https://github.com/kevacoin-project/) wallet, `memcached` server, [clitor-is-protocol](https://github.com/clitor-is-protocol) for multimedia support and [Symfony](https://github.com/symfony/symfony) for web interface. +Instance require connection to the [KevaCoin](https://github.com/kevacoin-project/) wallet, `memcached` server, [clitor-is-protocol](https://github.com/clitor-is-protocol) for multimedia support and [Symfony](https://github.com/symfony/symfony) for web interface. ## Model @@ -25,7 +25,7 @@ Basic social features like identicons, replies, mentions, RSS subscriptions etc ## Protocol -KevaChat protocol following native Kevacoin's `key`/`value` model, where `key` optionally contain `@username` postfix and `value` - contain message. +KevaChat protocol following native KevaCoin's `key`/`value` model, where `key` optionally contain `@username` postfix and `value` - contain message. All publications related to their room `namespace`. @@ -56,7 +56,7 @@ All publications related to their room `namespace`. Application package contain settings preset, just few steps required to launch: * Make sure `memcached` server enabled -* Setup Kevacoin server connection with `rpcuser`/`rpcpassword` in `~/.kevacoin/kevacoin.conf` +* Setup KevaCoin server connection with `rpcuser`/`rpcpassword` in `~/.kevacoin/kevacoin.conf` * Copy `rpcuser` to `env`.`APP_KEVACOIN_USERNAME` and `rpcpassword` to `env`.`APP_KEVACOIN_PASSWORD` * Generate new address using CLI `kevacoin-cli getnewaddress` and copy to `env`.`APP_KEVACOIN_BOOST_ADDRESS` * Send few coins to this address and wait for new block to continue @@ -72,7 +72,7 @@ KevaChat supported following `mode` in `GET` requests: ## Contribution -Project created by people for people: MIT License to use it for other needs e.g. new fork, chat instance or Kevacoin blockchain explorer. +Project created by people for people: MIT License to use it for other needs e.g. new fork, chat instance or KevaCoin blockchain explorer. Join the development and make your feedback!