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 […]
ELI5 AvalancheJ Introduction
AvalancheJ is an experimental Java library for exploration and integration with the AVAX ecosystem. Important – Please ReadStill in its initial development stages, AvalancheJ is pre-Beta software and could contain serious bugs. Please keep in mind it’s an exploratory hobbyist project meant as a learning tool above anything else. For example, if an error occurs […]
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 […]
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 […]