Using Anvil and Solidity with Python

Updated: 07/19/2025

Note that as of 2023, the local Ethereum development environment Ganache (part of TruffleSuite) has been sunset.

In this updated article, we will show how to setup a local Ethereum development environment using Anvil (part of the Foundry toolchain) and Solidity for building, deploying, and testing Decentralized Application (dApps) and follow through with a simple demonstration using Python. Here is the link to the article:

Using Anvil and Solidity with Python

Enjoy 🙂 !!!

Hyperledger Besu Private Network using Docker

Updated: 07/04/2025

In this article, we will explore the use of Hyperledger Besu (an open source Ethereum client built for the Enterprises). We will demonstrate how to setup and test a multi-node private Blockchain network using Hyperledger Besu in Docker containers. Here is the link to the article:

Hyperledger Besu Private Network using Docker

Enjoy 🙂 !!!

Deep Learning – Generative Adversarial Network

In this next part of the Deep Learning series, we will explain how a Generative Adversarial Network (GAN) model works and use PyTorch for a practical demonstration to generate synthetic (fake) images of digits that mimic the real images from the MNIST dataset.

Here is the link to the article on Deep Learning using GAN:

Deep Learning – Generative Adversarial Network

Enjoy 🙂 !!!