Saniul Ahsan

#javascript, #python, #microservices, #automations, #blockchains, #devops

Connect Hardhat to Ganache and Deploy a Contract

Introduction: In the world of Ethereum smart contract development, having a smooth workflow is essential. In this tutorial, we’ll walk you through the process of connecting Hardhat, a popular Ethereum development environment, to Ganache, a personal blockchain for Ethereum development. We’ll also cover how to write a simple smart contract and deploy it using Hardhat

NFT Auction With Solidity

In this example, we’ll create a basic NFT auction contract where users can bid on an NFT, and the highest bidder wins the NFT after a certain duration. Please note that this example is simplified and doesn’t cover all possible edge cases. Also, make sure to test thoroughly and consider security best practices before deploying