Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.42 KB

README.md

File metadata and controls

55 lines (33 loc) · 1.42 KB

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.