• Post category:StudyBullet-7
  • Reading time:4 mins read


Master the art of building web3 application using Solidity, Hardhat, Ethers and React

What you will learn

Blockchain Knowledge

Web3 architecture

Solidity implementation

Use of Hardhat and Metamask

Real world dApp

Description

Blockchain is a key technology behind Web3. It is most-often associated with the cryptocurrency bitcoin and is the technology that underpins it. The bitcoin blockchain is a public ledger of activity of the bitcoin network. But bitcoin is not owned by a single company or person and it is not issued by a central authority like a central bank. Instead, it is decentralized and the network is maintained by a global group of people running specialized computers.

In this course we will learn how to create a complete decentralized Todo application from scratch. We will be using Solidity for the smart contract, hardhat for testing and deployment purpose, Ethers js to communicate with the contract, Metamask to sign the transaction, React js for the frontend and Alchemy as the blockchain node provider. By the end of the course you will understand all the concepts required to apply for a developer job or even build your own application on the Ethereum blockchain.


Get Instant Notification of New Courses on our Telegram channel.


Our stack

  • Solidity (To write our smart contract)
  • Hardat (build, test and deployment framework)
  • React (Create our frontend)
  • Ethers (web3 library for interacting with the blockchain and our smart contract)
  • Alchemy (Ethereum node provider)

As cryptocurrency and blockchain attain their increasing success rate every year, there is an increase in job opportunities provided in blockchain and cryptocurrency sector. The jobs in blockchain are growing at an exponential rate of 2,000-6,000% while offering salaries higher than 50-100% than conventional developers. In the field of blockchain, one can work as a blockchain developer.

English
language

Content

Introduction

Discussing course curriculum
Setup hardhat project
Alchemy and Metamask keys

Creating Smart Contract

Creating a Task Contract
Delete and Fetch Task functionality

Writing Unit Test

Writing test for our contract
Run the unit test

Deploying the Smart Contract

Writing the deployment script

React Js Frontend

Working on the React frontend
Connect MetaMask Wallet
Add Task Functionality
Delete and Fetch Task Functionality
Creating the Task Component
Basic CSS styling

Working of the Application

Testing the Complete Application