diff options
author | Marvin Borner | 2019-02-09 19:10:47 +0100 |
---|---|---|
committer | Marvin Borner | 2019-02-09 19:10:47 +0100 |
commit | 569d320d2f596f58f201ab0d6a1e4ff456e99dfe (patch) | |
tree | fbfce255dca61fb3a370ac29f7d8e6969756b1fb /README.md | |
parent | 7b2d68dbe5f59e830458b30b47a293d3f818dc79 (diff) |
Updated readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 27 |
1 files changed, 24 insertions, 3 deletions
@@ -1,8 +1,29 @@ # Texx +<p align="center"> + <i>„A high security P2P-based messenger with end-to-end PGP encryption“</i> + <br><br> + <a target="_blank" href="https://texx.me"><img src="https://img.shields.io/website-up-down-green-red/https/texx.me.svg?label=website&style=for-the-badge" /></a> +</p> -## Dev instructions: +## Features of Texx +- Intuitive interface +- Realtime responses +- Unhackable (almost - let's say it's "Pretty Good Privacy") +- End-to-end encrypted with ECC PGP keys +- **NO** server between peers (P2P via WebRTC - only uses broker server) +- Completely anonymous with randomly generated user ID/name +- Free to use (except for donations :) ) +- Open source + +## Development setup * clone repository * `$ npm install` * `$ npm run css` -* run this every time you want to start the server: - * `$ npm run dev` +* `$ npm run dev` + +## Help us with a small donation :) +<p align="center"> + <a target="_blank" href="https://spectrocoin.com/en/integration/buttons/47657-VfniCDsqms.html"><img src="https://img.shields.io/badge/Donate-Bitcoin-yellow.svg?longCache=true&style=for-the-badge" /></a> + <a target="_blank" href="https://spectrocoin.com/en/integration/buttons/47848-kD0U8S8el6.html"><img src="https://img.shields.io/badge/Donate-DASH-blue.svg?longCache=true&style=for-the-badge" /></a> + <a target="_blank" href="https://paypal.me/marvinborner/5usd"><img src="https://img.shields.io/badge/Donate-PayPal-green.svg?longCache=true&style=for-the-badge" /></a> +</p> |