https://github.com/inpercima/cryptocheck
Determines profit and loss when buying cryptocurrencies at specific times.
https://github.com/inpercima/cryptocheck
angular angular-cli angular-cli14 angular14 bitpanda cryptocurrency yarn
Last synced: about 1 month ago
JSON representation
Determines profit and loss when buying cryptocurrencies at specific times.
- Host: GitHub
- URL: https://github.com/inpercima/cryptocheck
- Owner: inpercima
- License: mit
- Created: 2019-12-04T12:26:49.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-01-10T13:09:46.000Z (2 months ago)
- Last Synced: 2026-01-11T04:06:03.037Z (2 months ago)
- Topics: angular, angular-cli, angular-cli14, angular14, bitpanda, cryptocurrency, yarn
- Language: Java
- Homepage: http://cryptocheck.inpercima.net
- Size: 3.68 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# cryptocheck
[](./LICENSE.md)
Simple additional app for bitanda and other exchanges or services to see further details such as profit/loss and tax.
This project was generated with [swaaplate](https://github.com/inpercima/swaaplate) version 2.3.7.
## Prerequisites
### Angular CLI
* `angular-cli 14.1.0` or higher
### Java
* `jdk 17` or higher
### Node, npm or yarn
* `node 16.16.0` or higher in combination with
* `npm 8.12.2` or higher or
* `yarn 1.22.19` or higher, used in this repository
### Bitpanda registration and api-key
This app assumes that an account has already been created and data has been exchanged.
Therefore use this account to generate an api-key with it.
[Here you get the information how it works.](https://support.bitpanda.com/hc/en-us/articles/360000727459-Bitpanda-API-Key-and-price-ticker-API)
## Getting started
```bash
# clone project
git clone https://github.com/inpercima/cryptocheck
cd cryptocheck
```
## Usage
### General
This repository includes two backend possibilities.
You can run this program with php or java.
Per default java is selected and recommended.
At the moment it is not possible to work with php b/c of breaking changes made with java.
### Modules
For the client check [cryptocheck - client](./client).
For the java server check [cryptocheck - server](./server).
For the php api check [cryptocheck - api](./api).