crypto.bi
Ad
Get paid for social media engagement!
Join Arena App NOW

@rektbuildr

Software developer and technical writer. In charge of fixing the coffee machine at crypto.bi. Interest include Java, Avalanche AVAX, C and C++, Spark, Hadoop, Scala language, golang, RedHat OpenShift and kubernetes, container tech, DevOps and related techs. @rektbuildr has published a total of 28 Posts

Latest Updates by @rektbuildr

Avalanche Q4 will be HUGE!!!
Unless you've been living in a cave, you may have heard all the buzz about Avalanche Q4. Yeah I'm kinda guilty of shilling it myself!!! But what is it all about? Is it just hype? ...
ELI5 AvalancheJ Introduction
AvalancheJ is an experimental Java library for exploration and integration with the AVAX ecosystem. Important - Please ReadStill in its initial development stages, AvalancheJ ...
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 program...
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 m...
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 ...
Building the Haskell cardano-node on Linux
tl;dr; Jump straight to the build instructions The Details Looking forward to the Haskell mainnet, the next step in the Cardano project, I've begun exploring the cardano-...
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...