See Also
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: Cryptocurrency Micro Mining
Micro mining is a cryptocurrency mining modality where large quantities of small, and low computing power, devices perform the mining work. The idea stemmed from concepts related to IoT (Internet of Things), but also applies to other mining modalities where users contribute tiny amounts of work against proportional rewards. For example, by using their spare […]
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 […]
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 […]