See Also
Cryptocurrencies and digital governance: Blockchains for transparency
Governance involves higher level management at a strategic level. The main purpose for the adoption of proper governance frameworks and processes is to maximize value for stakeholders by avoiding legal and compliance setbacks. At the same time, governance also concerns itself with internal monitoring, evaluation and direction of priorities by an enterprise. By complying with […]
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 […]
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 […]
Capturing Avalanche AVAX network traffic using avax-python
In this article we take a look at the avax-python network_listener.py utility and how to use it to snoop on Avalanche AVAX network traffic. tl;dr; If you’re in a hurry, here’s how to quickly start capturing Avalanche AVAX network traffic. avax-python requires the following libraries. If you get a missing library error message, then you […]