See Also
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 […]
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 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 […]
Scrape AVAX network peers using avax-python
P2P networking is the single most important technical functionality in all cryptocurrency implementations. The decentralized nature of Bitcoin, AVAX, Ethereum and others requires peers to talk to each other 24×7 in order to find out about transactions, new blocks, vertices (for DAG-based cryptos like AVAX) and so on. Even if you had the world’s most […]