See Also
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 […]
AVAX Staking tutorial – How to begin staking Avalanche
The AVAX public sale, which closed on July 15 2020 after just a few hours, was an astounding success. Investors looking for high yields flocked to the sale, buying all U$ 42 million worth of AVAX coins in just 4.5 hours. At our latest update, AVAX price was approximately U$ 13 – a 2600% yield […]
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 […]
ELI5 What is the Avalanche Protocol? [AVAX]
Avalanche is a consensus mechanism which aims to combine the best features of previously existing protocols. If you’ve tried to understand the Avalanche consensus protocol paper, then you may have stalled when you ran into technical terms like metastability, Byzantine adversaries, leaderless Byzantine fault tolerance, among others. Here I’ll try to summarize, in very simple […]