What is the Ethereum Staking Rate? The Ethereum staking rate is the annual percentage yield (APY) for staking ETH. It…
Python & Web3
AI on the Bitcoin blockchain with Python
There are a few different ways you could use AI on the Bitcoin blockchain. One can use a machine learning…
Interact with Gnosis Safes with Python
In this article we will discuss Gnosis Safes with Python. Gnosis Safes is a powerful smart contract wallet on the…
Query the Bitcoin memory pool in Python
The Bitcoin memory pool, also known as the “transaction pool” or “mempool,” is a holding area for unconfirmed transactions waiting…
Use Python to get the balance of a Bitcoin wallet
In this article we will use Python to get the balance of a Bitcoin wallet. Bitcoin is a decentralized digital…
How to query the Ethereum mempool / txpool with Python
In this tutorial we will query the Ethereum mempool using Web3.py in Python. The mempool is also known as the…
How to use Flashbots
In this tutorial we will review how to use Flashbots to gain Miner/Maximum Extractable Value also known as MEV. Miner/Maximum…
Ether balance in MicroPython on an ESP32 board
In this tutorial we will capture an Ether balance in MicroPython on an ESP32 board. We will write Python code…