Creating Your First Hardhat Project: A Step-by-Step Guide to Uploading Your First Smart Contract

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ย. 2024
  • Github Repo: github.com/sye...
    In this video, we'll walk you through the process of creating your first Hardhat project and uploading your first smart contract to the Ethereum blockchain. We'll cover everything from setting up your development environment and installing Hardhat to writing and deploying your contract. Whether you're new to blockchain development or just getting started with Hardhat, this tutorial will provide you with a comprehensive guide to help you get up and running quickly. By the end of the video, you'll have a solid understanding of the basics of Hardhat and be ready to start building your own decentralized applications on the Ethereum network.

ความคิดเห็น • 12

  • @ghazalarif7067
    @ghazalarif7067 ปีที่แล้ว

    Awsome video

  • @sonu220591
    @sonu220591 ปีที่แล้ว

    Best video 😎

  • @collectionsforyou3209
    @collectionsforyou3209 9 หลายเดือนก่อน

    Bro will you tell how to take volta tokens

  • @baldwinmatondo4519
    @baldwinmatondo4519 ปีที่แล้ว

    Just a quick question where do you get the the gas and gas price can you do a tutorial video on this please.

  • @aminabcf5749
    @aminabcf5749 ปีที่แล้ว

    can you teach us to deploy the smart contract without the need to copy and past the address everytime we deploy it

  • @baldwinmatondo4519
    @baldwinmatondo4519 ปีที่แล้ว

    Getting this error can you help me Error HH308: Unrecognized positional argument scripts/deploy.js as I can not find what is going on and can't move on

    • @syedmuhammaddanish
      @syedmuhammaddanish  ปีที่แล้ว

      Can you tell me what command you are using to deploy the smart contract?

    • @baldwinmatondo4519
      @baldwinmatondo4519 ปีที่แล้ว

      @@syedmuhammaddanish npx hardhat run volta --network volta scripts/deploy.js this is the command below

    • @baldwinmatondo4519
      @baldwinmatondo4519 ปีที่แล้ว

      That is the code below

    • @baldwinmatondo4519
      @baldwinmatondo4519 ปีที่แล้ว

      That is the code below

    • @syedmuhammaddanish
      @syedmuhammaddanish  ปีที่แล้ว

      @@baldwinmatondo4519 Its npx hardhat run --network volta scripts/deploy.js
      You are writing volta before --network. and i see volta two times.