Render HTML file in Node.js and Express.js framework

ExpressJS is a popular NodeJS web framework. ExpressJS allows you to develop a custom web server according to your project requirement. The Express project can be extended by installing various node modules. However, you don’t need to install multiple packages to handle HTML files and render them in the response. This tutorial will teach you […]

Render HTML file in Node.js and Express.js framework Read More »

How to Connect to the Ethereum Network using Python and Web3

Introduction In order to build a decentralized application, we need to connect to the Ethereum (or other) blockchain. In this tutorial, we are going to learn how to connect to the Ethereum blockchain using Python and Web3. Prerequisite Ethereum test net node ( we’ll use Infura.io for same) Python version >=3.5.3 and Pip3 Web3.py installed

How to Connect to the Ethereum Network using Python and Web3 Read More »

How to Connect to the Ethereum Network using Node and Web3

Introduction In order to build a decentralized application, we need to connect to the Ethereum (or other) blockchain. In this tutorial, we are going to learn how to connect to the Ethereum blockchain using Node and Web3. Prerequisite Ethereum test net node ( we’ll use Infura.io for same) Latest Node.js installed Web3.js installed Connect to

How to Connect to the Ethereum Network using Node and Web3 Read More »