Skip to content

Determines profit and loss when buying cryptocurrencies at specific times.

License

Notifications You must be signed in to change notification settings

inpercima/cryptocheck

Repository files navigation

cryptocheck

MIT license

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 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.

Getting started

# 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.

For the java server check cryptocheck - server.

For the php api check cryptocheck - api.