See Also
ELI5 Avalanche [AVAX] Platform Whitepaper Summary
In this post we’ll summarize the Avalanche Platform whitepaper [PDF]. This document is part of Ava Labs’ technical material about the Avalanche protocol and its implementation. Since the paper goes into high detail, we’ve summarized it ELI5 style to give you an overview of how the official AVAX implementation works. The Avalanche platform whitepaper focuses […]
Avalanche Q4 will be HUGE!!!
Unless you’ve been living in a cave, you may have heard all the buzz about Avalanche Q4. Yeah I’m kinda guilty of shilling it myself!!! But what is it all about? Is it just hype? Or is there substance to all this bullish sentiment? tl;dr; Like all things Avalanche, it’s not just hype. This is […]
ELI5 AVAX IOU? Is it the real AVAX coin?
November 2020 Update As of November 18, AVAX price has remained remarkably stable – for cryptocurrency standards. Coincost shows the AVAX IOU slowly depreciating, although it’s unclear how much volume is being traded at these prices. September 22 Update AVAX mainnet has been launched and, as it turns out, IOU price was actually lower than […]
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 […]