See Also
avax-python Implementation Notes
Here you’ll find a few implementation notes about avax-python. This is mainly targeted at developers who wish to work on the Python source code. Python <- Go Golang object orientation is different from the Python OO approach. As a result, we had to make the choice of making the code more pythonic by using idioms […]
Avalanche AVAX : An obvious 20x is upon us [Historical BULLSEYE 2020 Avalanche Price Prediction]
Price prediction is the riskiest business out there – and this article may well be the riskiest thing I’ve ever written. But this seems like such an obvious one to me, I’m a bit surprised others haven’t put this out there before. Perhaps everyone’s just quietly filling the bags with Avalanche before it explodes? Time […]
Our Avalanche [AVAX] Price Prediction [Opinion]
If you’ve been following us, then you may have read that we believe Avalanche AVAX is a 20x investment. Why, you may ask? Because we think AVAX is definitely a top 10 cryptocurrency. And, by reaching top 10, Avalanche would have gained 20x at today’s prices. But first, an important legal notice. Disclaimer Nothing in […]
Generate AVAX addresses and keys from a mnemonic phrase in Python
While playing with AVAX programming in Python, I wanted to have some wallet functionality on the Linux command line. It’s easily done from Javascript, since Ava Labs provides an official library, but this specific application required Python and I really didn’t wanna mix the two languages (although it’s perfectly fine if you do). You could […]