See Also
ELI5 How AVAX validation works [Avalanche Protocol]
According to the Avalanche AVAX token distribution policy, almost 50% of all AVAX in existence will go towards validator rewards (see chart at the top). Since the Avalanche protocol burns all fees, the only source of inflation in the AVAX ecosystem is the validation reward. This presents a great opportunity for those who join the […]
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 […]
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 […]