beem
beem copied to clipboard
A python library to interact with the HIVE blockchain
I've tried to use BeemPy for interacting with the Whaleshares chain. Reading data from the chain works on what I've tried, but sending a Transaction seems to be less successfull....
Hey Holger, as the original author of pysteem/piston-lib and python-graphene, I am looking to cooperate with you. How about we put our efforts with respect to python-graphene (`*graphene*` modules) together...
While I really enjoy beem library (thanks a lot for developing/maintaining!), sometimes I still hope to use official Steem Python library together: https://github.com/steemit/steem-python While the wallet is actually compatible, there...
acc.blog_history(limit=2, reblogs=False) Is causing a TypeError on some accounts but not others. From lloking at the error message, it looks like it's something to do with the limit. Weirdly works...
### Update [ecdsa](https://pypi.org/project/ecdsa) from **0.16.1** to **0.18.0**. Changelog ### 0.18.0 ``` New API: * `curve_by_name` in `curves` module to get a `Curve` object by providing curve name. Bug fix: *...
Greetings, I have read your post (which is 2 years old): https://peakd.com/hive-139531/@holger80/update-for-beem-improved-key-generation-in-beempy-and-new-beempy-command-for-changing-keys Was trying to use the methods listed to replicate the feature in Peakd: https://peakd.com/@username/permissions -> CHANGE PASSWORD (see...
### Update [future](https://pypi.org/project/future) from **0.18.2** to **1.0.0**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/future - Homepage: https://python-future.org - Docs:...
Getting this error trying to authenticate in Python the response from a Hive Keychain signature ``` 2024-02-01 11:07:57,758 ERROR auth 120 : Traceback (most recent call last): File "/app/v4vapp_api_ext/routers/auth.py", line...
I could try to document this package to make it easier to use it.