See Also
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 […]
The Sovereign OG Hodler’s Airgapped Avalanche Ledger Nano S+ Setup Tutorial
So you finally bought a Ledger hardware wallet to keep your precious fat Avalanche AVAX bags safe. Congratulations! If you made the extra effort to buy a hardware wallet, it means you’re serious about self-custody and the security of your funds. Hardware wallets make it very difficult for attackers to access your private keys without […]
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 […]
cavax – Experimental C language tools for AVAX Avalanche exploration
cavax is an experimental implementation of C language utils for the exploration of the Avalanche AVAX protocol. Initially, cavax supports limited networking and basic passive functionality (e.g. it does not actively verify vertices). cavax listens to the Avalanche network and calls hooks that you can set up to handle each message type. Some default hooks […]