Skip to content

Files

Latest commit

13f0497 · Mar 10, 2022

History

History
31 lines (19 loc) · 637 Bytes

README.MD

File metadata and controls

31 lines (19 loc) · 637 Bytes

Web3.0 Blockchain with Solidity, SmartContrats

Tutorial Video

https://www.youtube.com/watch?v=Wn_Kb3MR_cU&t=352s

Main Libs:

  • React
  • Tailwind
  • Alchemy
  • Hardhat
  • Ethers

Require

  • Connect with wallet of metamask
  • Send Ether for other wallet
  • List all transactions by wallet

What is alchemy for

  • Alchemy is a API to create connection with blockchain networks, so we can send ours smart contracts.

What is Hardhat for

  • Hardhat is a lib to compile, deploy, test, and debug your smart contracts ethereum.

What is Ethers for

  • In specificaly, ethers is used to integrate the ethereum system.