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.
angular-cli 14.1.0
or higher
jdk 17
or higher
node 16.16.0
or higher in combination withnpm 8.12.2
or higher oryarn 1.22.19
or higher, used in this repository
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.
# clone project
git clone https://github.com/inpercima/cryptocheck
cd cryptocheck
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.
For the client check cryptocheck - client.
For the java server check cryptocheck - server.
For the php api check cryptocheck - api.