See Also
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 […]
Cryptocurrency programming languages you should learn
Many different computer programming languages are employed in cryptocurrency programming. In this article, we take a look at cryptocurrency projects and the languages they employ. We briefly discuss each language while highlighting their main characteristics, learning difficulty and how they are deployed in different crypto software projects. Haskell Haskell is the world’s only widely adopted […]
ELI5 2023 Avalanche Cortina Update
On April 25 2023, Avalanche activated the Cortina update. According to Ava Labs founder, Emin Gun Sirer, there are 3 major advancements in Cortina: Let’s take a closer look at each! X-Chain Linearization As you problably know, the X-Chain (where the native AVAX gets transferred) used to be a DAG. A DAG is like a […]
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 […]