This project is not finished so some services might not be listed or developed
Investing is a program made in python with 3 main objects:
The invester program is a symple program in python which you comunicate with. You can say that you want to buy 3 diferrent kinds of coins ex:
- BTC
- ETH
- ADA
Simple, this object is your "account" in a way of saying, you select what you want to do and it will do it. It's main goal is to comunicate with the Wallet which will be explained in a minute.
So the wallet is just another program, well in this case an object, which does this:
- Receives orders from the invester.
- Creates a Thread for that specific user and coin.
- Changes the values invested along with the cryptocurrency market.