Python project for wallet management #152
Replies: 2 comments 1 reply
-
thanks you so much for this, let's wait for L1 to review it |
Beta Was this translation helpful? Give feedback.
-
I have just released version 1.2.0, which is a stability release. It now has a gas discovery function, so all transactions should be guaranteed to work at the minimum possible price. The next release will provide full delegation support with validators, allowing you to undelegate and switch validators. At this point, you don't need the station app at all. https://github.com/geoffmunn/utility-scripts/releases/tag/v1.2.0 |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I've taken the old terra.py project and updated it for Luna Classic purposes. It was actually in a pretty good state as long as you picked the correct release numbers.
I've also created some utility scripts in Python to allow for multi-wallet management. You can:
This allows you to do most things that the Terra Station app did, but without having to rely on the TFL team or Terra Rebels to keep things updated. Also, there are minor fee differences which I couldn't figure out - it looks like this Python project is slightly cheaper.
If/when we get a DEX set up, I'll add swap support for non-native tokens and coins which should open a world of opportunities :)
Is there a reason why the terra.py wasn't cloned into the classic-terra repo with everything else? I'm happy to maintain it but it would be nice to give it some visiblity here.
Relevant links:
Beta Was this translation helpful? Give feedback.
All reactions