Secure blockchain-based messenger with geolocation tracking
Explore the docs »
Download the app
·
Report Bug
·
Request Feature
Table of Contents
Theona is XMTP-based messenger for comfortable and secure messaging and tracking the location of your friends.
This is an example of how you can set up your project locally. To get a local copy up and running follow these simple example steps.
- Get a free Mapbox API Key at https://www.mapbox.com/
- Clone the repo
git clone https://github.com/xsafter/Theona.git
- Set your secret Mapbox key in your local
gradle.properties
(Linux/MacOS:~/.gradle/gradle.properties
):MAPBOX_DOWNLOADS_TOKEN=YOUR_SECRET_MAPBOX_ACCESS_TOKEN
- Optional: configure your Sentry and add private token in
sentry.properties
Important: If you don't want to use Sentry analytics, delete this lines in your app/build.gradle.kts
plugins {
//...
id("io.sentry.android.gradle") version "3.12.0"
//...
}
//...
sentry {
includeSourceContext.set(true)
}
- Build & run the app!
./gradlew assembleDebug
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3.0 License. See LICENSE
for more information.
Project Link: https://github.com/xsafter/Theona