See Also
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 […]
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 […]
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 [Early AVAX staking, in 2020]
Note: This is an article from Avalanche’s early days, back in 2020, before the mainnet went live! Back then there were no staking instructions available. In fact, we published this tutorial based on our own testnet experience, before it was even possible to move coins on the mainnet!!! We’ve kept this article in its original […]