There are a few different ways you could use AI on the Bitcoin blockchain. One can use a machine learning…
Python & Web3 Basics
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…
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…
Crypto prices in MicroPython on an ESP32 board
The objective of this tutorial is to capture real time crypto prices in MicroPython running on an ESP32 board. We…
How to use MicroPython with a ESP32 board
In this tutorial you will learn how to use MicroPython with a ESP32 microcontroller development board. These instructions will help…