See Also
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 […]
Getting started with AVAX Toolbox
tl;dr; Clone both avalancheJ and avax-toolbox into the same parent directory. cd to the avax-toolbox dir and run gradle build You can find a list of AVAX Toolbox programs and their gradle tasks below. AVAX Toolbox AVAX Toolbox is a set of programs I initially wrote to test features from the avalancheJ library. I’ve been […]
ELI5 AVAX Coin
AVAX is the native cryptocurrency of the Avalanche platform. The project began at Cornell University, led by professor Emin Gün Sirer and others. According to Dr. Emin Gun Sirer the number 1 problem in all cryptocurrencies is scale. “Look at all the major cryptocurrencies, none of them can break 4 digits [transactions per second]”. The […]
avax-python Network Message Pipeline
Here’s a short overview of the avax-python Avalanche message pipeline. We’ve followed the reference Go implementation as closely as possible, but the Python code is still in very early development, so it’s lacking a lot of details. For example, right now the Python message pipeline is synchronous, whereas the Go implementation uses asynchronous channels and […]