hedera-sdk-py icon indicating copy to clipboard operation
hedera-sdk-py copied to clipboard

Hedera SDK in Python

Results 3 hedera-sdk-py issues
Sort by recently updated
recently updated
newest added

First, thanks for this nice library. Second, it seems that the IDEs (PyCharm Professional for example) can not recognize any classes or functions inside this library. I know that this...

I want to create account but there is not get _client in from get_client import client. how can I access it ?

I am trying to generate the python wrapper for Hedera Java DID SDK [https://github.com/hashgraph/did-sdk-java](url) using the same approach as with this project. I can see python wrappers are generated successfully,...