Building Web3 Blockchain Decentralized Applications (DAPPs) | React | Solidity | NextJS | Beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

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

  • @uzair_zahid
    @uzair_zahid 7 หลายเดือนก่อน +1

    Great tutorial! 🌟Clear steps from smart contract to UI setup. Excited to try it out! 👍

  • @lardosian
    @lardosian 5 หลายเดือนก่อน

    From just having a quick look at your demo's you should probably use spinners on the UI to indicate something is happening after a user clicks upload image for example, otherwise they might think nothing is happening.

  • @thanosraja2091
    @thanosraja2091 6 หลายเดือนก่อน +1

    Can you update how to use the new web3 storage platform with the code for the last IPFS project

  • @KhushiYadav-fo9ul
    @KhushiYadav-fo9ul 7 หลายเดือนก่อน +1

    Bhaiya I was making health record storage system using Blockchain but having much errors please make video on that

    • @syedmuhammaddanish
      @syedmuhammaddanish  7 หลายเดือนก่อน

      Implement most of the things in smart contract and then call those functions using react or nextJS API.

    • @KhushiYadav-fo9ul
      @KhushiYadav-fo9ul 7 หลายเดือนก่อน

      @@syedmuhammaddanish One last question bhaiya how to fetch a particular medical record with a unique id ? which is entered by patient itself

  • @Vijayusj
    @Vijayusj 7 หลายเดือนก่อน

    Please make a vedio on good resources for learning web3 and also web3❤ projects repos

  • @AnaSi-x4l
    @AnaSi-x4l 7 หลายเดือนก่อน

    Do you think blockchain development it is a good career for the future

    • @syedmuhammaddanish
      @syedmuhammaddanish  7 หลายเดือนก่อน

      Definitely you can look into smart contract development or smart contract auditing.

  • @ferlast6762
    @ferlast6762 7 หลายเดือนก่อน

    what are pre requests to learn blockchain development ? is it necessary to learn backend development for long term development give me some some advice

    • @syedmuhammaddanish
      @syedmuhammaddanish  7 หลายเดือนก่อน

      Yes you need to know the web development (front end and back end) if you want to be a fullstack blockchain developer.

  • @PrateekShinde-gc8vv
    @PrateekShinde-gc8vv 6 หลายเดือนก่อน

    It shows you have already voted ? what could be the issue

  • @tahirmyself
    @tahirmyself 2 หลายเดือนก่อน

    How to get free etherum to do transction on blockchain ?

  • @pritamiitismdhanbad561
    @pritamiitismdhanbad561 5 หลายเดือนก่อน

    all sepolia facuets need at least 0.001 eth in mainnet for bot prevention, what should i do now

  • @wasifism2681
    @wasifism2681 7 หลายเดือนก่อน

    my metamask wallet is literally 0. How should I do transaction with 0 Ethereum. Please help need some guidance

    • @syedmuhammaddanish
      @syedmuhammaddanish  7 หลายเดือนก่อน +1

      get tokens from the faucet of blockchain network you are connected to. If you are connected to volta testnet, use volta faucet. If you are connected to ethereum sepolia, search for sepolia faucet

    • @KhushiYadav-fo9ul
      @KhushiYadav-fo9ul 7 หลายเดือนก่อน

      @@syedmuhammaddanish bhaiya how to replace the depreciated networks with the new one like rinkyby with volta

    • @salaar-zj2ks
      @salaar-zj2ks 7 หลายเดือนก่อน

      DId you know how to do it?

    • @syedmuhammaddanish
      @syedmuhammaddanish  7 หลายเดือนก่อน +1

      @@KhushiYadav-fo9ul Use ethereum sepolia testnet. Change your hardhat config file and use something like this
      module.exports = {
      solidity: "0.7.3",
      defaultNetwork: "sepolia",
      networks: {
      hardhat: {},
      sepolia: {
      url: API_URL,
      accounts: [`0x${PRIVATE_KEY}`]
      }
      },
      }
      and use any of the API URL given in this link rpc.info/ethereum-sepolia

    • @KhushiYadav-fo9ul
      @KhushiYadav-fo9ul 7 หลายเดือนก่อน

      @@syedmuhammaddanish Thank you Bhaiya

  • @salaar-zj2ks
    @salaar-zj2ks 7 หลายเดือนก่อน

    You just re-uploaded the video which was outdated volta is depreciated.

    • @syedmuhammaddanish
      @syedmuhammaddanish  7 หลายเดือนก่อน

      Just change the blockchain and use ethereum sepolia testnet instead of volta