Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christarazi/btcapp
Bitcoin Calculator
https://github.com/christarazi/btcapp
android bitcoin bitcoin-calculator breakeven btc-price calculator java profit transaction
Last synced: 13 days ago
JSON representation
Bitcoin Calculator
- Host: GitHub
- URL: https://github.com/christarazi/btcapp
- Owner: christarazi
- License: gpl-3.0
- Created: 2014-03-05T02:04:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T00:49:50.000Z (over 7 years ago)
- Last Synced: 2023-08-16T18:39:34.191Z (over 1 year ago)
- Topics: android, bitcoin, bitcoin-calculator, breakeven, btc-price, calculator, java, profit, transaction
- Language: Java
- Homepage: https://play.google.com/store/apps/details?id=app.CT.BTCCalculator
- Size: 2.68 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bitcoin Calculator App
An Android app designed for Bitcoin trading. It can calculate the breakeven point and profit margins for your Bitcoin trades.
It is useful for minimizing losses as well as maximizing profits especially because Bitcoin tends to be volatile.[![PlayStore][playstore-image]][playstore-url]
## Contributing
Please feel free to submit a pull request if you have any improvements or suggestions. If you run into any issues, please do submit them and give feedback wherever you can.
## Building
Building is quite simple with gradle:
```shell
git clone https://github.com/christarazi/btcapp.git
cd btcapp/
./gradlew build
```[playstore-image]: https://mrpatiwi.github.io/app-badges/playstore.png
[playstore-url]: https://play.google.com/store/apps/details?id=app.CT.BTCCalculator## License
This program is free software, distributed under the terms of the [GNU] General
Public License as published by the Free Software Foundation, version 3 of the
License (or any later version). All files under this project are under this
license. For more information, see the file LICENSE.