npsapp/README.md

14 lines
876 B
Markdown
Raw Normal View History

2024-04-30 00:39:21 +03:00
# npsapp
2024-04-30 01:00:17 +03:00
KevaChat Application for [NPS Protocol](https://nightfall.city/nps/info/specification.txt)
2024-04-30 01:42:34 +03:00
Listen connections on `1915` port and save messages to given `namespace` in [KevaCoin](https://github.com/kevacoin-project) blockchain
2024-04-30 01:18:00 +03:00
2024-04-30 01:21:26 +03:00
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)!
2024-04-30 01:18:00 +03:00
2024-04-30 01:00:17 +03:00
## Components
2024-04-30 01:21:26 +03:00
* [kevachat/kevacoin-php](https://github.com/kevachat/kevacoin-php) - KevaCoin library for PHP 8
2024-04-30 01:00:17 +03:00
* [yggverse/nps-php](https://github.com/YGGverse/nps-php) - PHP 8 / Composer Library for NPS Protocol
* [gregwar/captcha](https://github.com/Gregwar/Captcha) - Captcha library to prevent spam abuses
* [ixnode/php-cli-image](https://github.com/ixnode/php-cli-image) - Library converts captcha to ASCII format