rxmxn / pycoin

0 stars 0 forks source link

Adding base Coin and Coinbase classes #2

Closed rxmxn closed 4 years ago

rxmxn commented 4 years ago

In order to have a level of abstraction that allow us to use more than one Wallet (and their respective API's or Clients), I added a wrapper for the Coinbase Python Client, whose purpose is to gather all the information that we need for the base Coin structure. The base Coin structure should be the object that represents the crypto-currency and holds the values that we want to analyze.

rxmxn commented 4 years ago

WIP -> Work in Progress. Do not merge until it's not in the name