Focus mode

Smart Contract Development with Solidity

Hardhat

You can access the video content in Turkish prepared by İTÜ Blockchain here:  

https://www.youtube.com/watch?v=0stIYoi3KG8&list=PLby2HXktGwN4Cof_6a8YwlMrboX8-hs73&index=19&t=3037s

Hardhat is a development environment for Ethereum software. It consists of different components for editing, compiling, debugging and deploying your smart contracts and dApps, all of which work together to create a complete development environment.

It is known as one of the best frameworks since it provides a fast test and has good documentation. Their Discord has always been really quick to respond to questions as well, so if you run into issues, you can always ask for help. 

Hardhat uses JavaScript, web3.js and Ethers.js plugins, faucet plugins and blockchain forking technologies. You can test your codes local blockchain and then deploy on testnets and mainnet.

Resources:

You can find detailed further information from Hardhat Official Documentation (in English): 

https://hardhat.org/docs 

https://hardhat.org/tutorial 

https://betterprogramming.pub/the-top-blockchain-developer-frameworks-for-2021-89afa5e7bd04

Comments

You need to enroll in the course to be able to comment!