Skip to content

bener07/crypto-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is not finished so some services might not be listed or developed

Your private crypto currency program

Investing is a program made in python with 3 main objects:

Invester

How it works:

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
the invester will say to the wallet to Invest in them, the wallet then will do it's thing

Why:

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.

Wallet

How it works:

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.
the Wallet will have updated market information so if Bitcoin drops 4% then inside the wallet it will drop 4% too simple.👍

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published