crypto.bi

Browsing Concept: AVAX Cryptocurrency

AVAX is the cryptocurrency released in 2020 by Ava Labs.

The AVAX cryptocurrency is used for all transactions in the Avalanche network.

Browsing 17 results under AVAX Cryptocurrency
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 ...
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 ...
Who is “Team Rocket”, the creators of the Avalanche protocol?
The Avalanche protocol family creators' true identity is, perhaps, cryptocurrency's most poorly kept secret. Or is it? Why would such a great idea's true creators want to ke...
AVAX Staking tutorial – How to begin staking Avalanche [Early AVAX staking, in 2020]
Note: This is an article from Avalanche's early days, back in 2020, before the mainnet went live! Back then there were no staking instructions available. In fact, we published th...
Is Avalanche safe from SEC regulatory actions? How does it compare to Ripple?
Ava Labs is a US-based company, founded by cryptography experts from Cornell University in NY and funded by several investors in the US. Ripple is a US-based company, founded ...
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 pr...
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 f...
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 ...
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 objec...
avax-python Network Message Pipeline
Here's a short overview of the avax-python Avalanche message pipeline. We've followed the reference Go implementation as closely as possible, but the Python code is still in ve...