8000 GitHub - percy-g2/kmp_utxo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

percy-g2/kmp_utxo

Repository files navigation

Kotlin Version Build and Publish

Get it on Google Play Store

Kotlin/Compose Multiplatform Project

1 2 3 4

This project is a Kotlin Multiplatform application built with Jetpack Compose that targets Android, iOS, Desktop, and Web platforms. The primary goal is to display real-time cryptocurrency price data using the Binance API.

Note: Development is in the early stages, and the project is currently a work in progress.

Tech Stack

  • Kotlin Multiplatform
  • Jetpack Compose: For UI across all platforms.
  • Coroutines: For asynchronous operations.
  • Ktor: For network requests.
  • KStore: For storage management.

Features

  • Real-time data visualization
  • Cross-platform compatibility

License

This project is licensed under the GNU General Public License v3.0 (GPLv3) - see the LICENSE file for details.

The GPLv3 is a strong copyleft license that requires anyone who distributes your code or a derivative work to make the source available under the same terms. This license is particularly suitable for software that you want to keep open and free.

Key points of the GPLv3:

  • You can use the software for any purpose
  • You can change the software and distribute modified versions
  • You can share the software with others
  • If you distribute modified versions, you must share your modifications under the GPLv3
  • You must include the license and copyright notice with each copy of the software
  • You must disclose your source code when you distribute the software

For the full license text, visit: https://www.gnu.org/licenses/gpl-3.0.en.html

0