mirror of
https://github.com/ChronosX88/Influence.git
synced 2024-11-08 19:50:59 +00:00
70 lines
1.4 KiB
Markdown
70 lines
1.4 KiB
Markdown
|
<p align="center">
|
||
|
<h1 align="center">Influence</h1>
|
||
|
<p align="center">
|
||
|
This is a decentralized messenger for Android, which work on top of TomP2P DHT.
|
||
|
</p>
|
||
|
</p>
|
||
|
|
||
|
<!-- Used for the "back to top" links within the document -->
|
||
|
<div id="contents"></div>
|
||
|
|
||
|
## Table of Contents
|
||
|
|
||
|
- [Intro](#intro)
|
||
|
- [Getting started](#getting-started)
|
||
|
- [Features](#features)
|
||
|
- [Useful links](#useful-links)
|
||
|
- [License](#license)
|
||
|
- [Author](#author)
|
||
|
|
||
|
## Intro
|
||
|
*[Soon]*
|
||
|
|
||
|
|
||
|
## Getting started
|
||
|
1. Clone repo:
|
||
|
```bash
|
||
|
$ git clone https://github.com/ChronosX88/Influence-android
|
||
|
$ cd Influence-android
|
||
|
```
|
||
|
2. Simply open project in Android Studio.
|
||
|
|
||
|
(Also exists precompiled APKs - see Releases)
|
||
|
|
||
|
<sub>[⇧ back to top](#contents)</sub>
|
||
|
|
||
|
## Features
|
||
|
- 1:1 chats
|
||
|
- Decentralized message storage
|
||
|
- Username system
|
||
|
- Group chats [Soon]
|
||
|
- Encryption [Soon]
|
||
|
- Channels (like Telegram) [Soon]
|
||
|
- Profile pictures [Soon]
|
||
|
|
||
|
<sub>[⇧ back to top](#contents)</sub>
|
||
|
|
||
|
## Useful links
|
||
|
|
||
|
- [TomP2P GitHub](https://github.com/tomp2p/TomP2P)
|
||
|
|
||
|
<sub>[⇧ back to top](#contents)</sub>
|
||
|
|
||
|
## License
|
||
|
|
||
|
This project is licensed under the GNU GPLv3 License - see the [LICENSE](LICENSE) file for details.
|
||
|
|
||
|
<sub>[⇧ back to top](#contents)</sub>
|
||
|
|
||
|
## Author
|
||
|
|
||
|
```txt
|
||
|
Author : ChronosX88
|
||
|
Email : chronosx88@gmail.com
|
||
|
Github : https://github.com/ChronosX88/Influence-android.git
|
||
|
```
|
||
|
|
||
|
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)
|
||
|
|
||
|
<sub>[⇧ back to top](#contents)</sub>
|