Using Ganache and Solidity with Python

Happy New Year2022 !!!

In this article, we will show how to setup a local Ethereum development environment using Ganache 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 Ganache and Solidity with Python

Enjoy 🙂 !!!

Proof of Authority Consensus – Clique

A few weeks back, we setup and tested a multi-node private Blockchain network using Hyperledger Besu in Docker containers. In that setup, we used Clique based Proof-of-Authority consensus algorithm for mining blocks versus the default Proof-of-Work based mining.

In this article, we will dive into Clique to understand how it works. Here is the link to the article:

Proof of Authority Consensus – Clique

Enjoy 🙂 !!!

Hyperledger Besu Private Network using Docker

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 🙂 !!!