See Also
ELI5 What is the Avalanche Protocol? [AVAX]
Avalanche is a next generation, post-Nakamoto consensus mechanism which was designed to incorporate the best features of previously existing protocols and add some of its own. Note: Avalanche is both the name of a consensus mechanism and the name of the DeFi platform that was built on top of it. Today, the term Avalanche refers […]
avax-python – Python utils for AVAX cryptocurrency and Avalanche network exploration
avax-python is a Python library and set of utils for the exploration of the Avalanche AVAX cryptocurrency and its network. The crypto.bi avax-python project began as a thin wrapper around AvalancheGo node API, but it now supports several other functionalities such as wallet address and secret phrase generation, network traffic capture, customizable protocol handlers and a lot […]
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 […]
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 […]