An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# cryptocheck

[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](./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).