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 […]
Avalanche AVAX : An obvious 20x is upon us [Historical BULLSEYE 2020 Avalanche Price Prediction]
Price prediction is the riskiest business out there – and this article may well be the riskiest thing I’ve ever written. But this seems like such an obvious one to me, I’m a bit surprised others haven’t put this out there before. Perhaps everyone’s just quietly filling the bags with Avalanche before it explodes? Time […]
avax-python Implementation Notes
Here you’ll find a few implementation notes about avax-python. This is mainly targeted at developers who wish to work on the Python source code. Python <- Go Golang object orientation is different from the Python OO approach. As a result, we had to make the choice of making the code more pythonic by using idioms […]
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 […]