See Also
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 […]
Who is “Team Rocket”, the creators of the Avalanche protocol?
The Avalanche protocol family creators’ true identity is, perhaps, cryptocurrency’s most poorly kept secret. Or is it? Why would such a great idea’s true creators want to keep their names private? Which brings us to an earlier question. Why did Satoshi Nakamoto want to keep his own identity private? Wouldn’t Satoshi be held at the […]
ELI5 How AVAX validation works [Avalanche Protocol]
According to the Avalanche AVAX token distribution policy, almost 50% of all AVAX in existence will go towards validator rewards (see chart at the top). Since the Avalanche protocol burns all fees, the only source of inflation in the AVAX ecosystem is the validation reward. This presents a great opportunity for those who join the […]
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 […]