Day22:
Finished my first dapp BlochchainGreeter using hardhat and ethers.js. Learned how @reactjs interact with @HardhatHQ local network.
You can see the code on https://t.co/tCDAuTu8xN
#Blockchain#Web3#Ethereum#Dapp
Day21:
Learned about the deployment process of smart contract using @HardhatHQ and @AlchemyPlatform . Deployed a smart contract on the rinkeby testnet. Going to start a new project from tomorrow.
#Blockchain#Web3#Ethereum#smartcontract#consistency
Day20:
Get to know about mocha(framework for testing Projects) and chai(assertion library paired with any testing framework). These together are used for unit testing of any project.
#Blockchain#Web3#Ethereum@solidity_lang
Day19:
Learned about @HardhatHQ (development environment for ethereum projects). Hardhat is used for development, testing, deployment, debugging of smart contract(it does the same work done by https://t.co/5dgHXgURL8 but on local machine)
#Blockchain#Web3#hardhat#Ethereum