Bug in TinyMan-Python-SDK - General - Algorand

Bug in TinyMan-Python-SDK

post by bhaney44 on Nov 28, 2022

I am running into a connectivity issue between algod and the tinyman-sdk. I defined the issue on GitHub.

The main issue appears to be due to a potential software update that resulted in deprecating the TinyMan code. Any advice or suggestions would be appreciated.

Solution

algod = AlgodClient('', 'https://node.algoexplorerapi.io', headers={'User-Agent': 'algosdk'})
client = TinymanMainnetClient(algod_client=algod)