See Also
Who are Ava Labs?
Ava Labs is a Brooklyn, New York-based research and development company currently developing the Avalanche platform and AVAX cryptocurrency. Ava Labs is headed by Cornell professor Emin Gün Sirer, whose team is developing next generation cryptocurrencies. Founded in 2018, Ava Labs has been funded by Andreessen Horowitz, Initialized Capital, and Polychain Capital, with angel investments […]
ELI5 AVAX Coin
AVAX is the native cryptocurrency of the Avalanche platform. The project began at Cornell University, led by professor Emin Gün Sirer and others. According to Dr. Emin Gun Sirer the number 1 problem in all cryptocurrencies is scale. “Look at all the major cryptocurrencies, none of them can break 4 digits [transactions per second]”. The […]
ELI5 Avalanche Consensus Mechanism Summary [Cryptocurrency consensus mechanisms]
A new class of consensus mechanism called Avalanche is being actively developed by Ava Labs, a startup founded by researchers from Cornell University. This new consensus mechanism is completely different from most systems we’ve reviewed until now. Avalanche works by randomly polling peers and comparing its own “opinion” to that received from the sample obtained […]
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 […]