❗ Store Data in the Blockchain with a Solidity Smart Contract

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 29

  • @cmc2110
    @cmc2110 Год назад +2

    This was the best explanation you’ve ever done!

    • @net2dev
      @net2dev  Год назад

      Thank you!!! Im glad to hear this. I want to make sure I get the idea delivered clear and to the point.

    • @housefull2432
      @housefull2432 Год назад +1

      @@net2dev Could answer how to make smart contract collect data from market trading and stock market trading in real time

    • @net2dev
      @net2dev  Год назад

      @@housefull2432 Sure thing, Data feeds thru an Oracle such as Chainlink!

    • @housefull2432
      @housefull2432 Год назад

      @@net2dev first have nice evening 2 don't you mind if you do tutorial about I did use gpt to create smart contract but is confusing bcz firstly there no erc to fit this 3 I don't know how to set websockets in smart contract bcz I try to turn this data to cryptocurrency have value could help also how to lunch this smart contract for free

  • @MPVIRDI
    @MPVIRDI 6 месяцев назад

    Loved your video man ! Thanks, keep sharing knowledge

  • @BeatVaultMusic
    @BeatVaultMusic Год назад +2

    love your shirts!! 😆

    • @net2dev
      @net2dev  Год назад

      hahahah thanks!!

  • @steiner254
    @steiner254 4 месяца назад

    interesting

  • @Prince_of_Winterfell
    @Prince_of_Winterfell 7 месяцев назад +1

    Subscribed... You are too good.

    • @net2dev
      @net2dev  7 месяцев назад

      Thank you!!! Really Appreciate your feedback and support!!!

  • @josephomotade864
    @josephomotade864 Год назад +1

    Like solidity basics video on modifiers functions and so on pls

  • @gingergun7413
    @gingergun7413 Год назад +1

    Awesome video

  • @josephomotade864
    @josephomotade864 Год назад +1

    Pls make more tutorials like this

    • @net2dev
      @net2dev  Год назад

      Absolutely yes!! Will do !!

  • @akaxhh
    @akaxhh 7 месяцев назад +1

    Hey i'm doing a project where we have to share the patients infowmation form one user to another in a blockchain. I was thinking of off chain storage to store the info and with that store the hash value at the onchain. So what should i do. So i follow the same with this video? plez

    • @net2dev
      @net2dev  7 месяцев назад

      Hi Thanks for your comment, Yes this is very common. I use IPFS to store JSON files and store onchain the CID so I can easily query and fetch the data to keep my dAPP truly decentralized.

  • @dannweezj
    @dannweezj Год назад

    hi could you do a tutorial on how to incorporate IPFS !

  • @JustMack
    @JustMack Год назад +2

    Love the shirt were can I get that 👀

    • @net2dev
      @net2dev  Год назад +1

      Thanks!! I've been getting quite interest in the tshirts via email. I'm going to produce them. Might do the first giveaway in the channel! Stay Tuned!

    • @JustMack
      @JustMack Год назад

      @@net2dev oh 😲, I will love some holiday giveaway 🙌😇

  • @mohdxnizamv
    @mohdxnizamv Год назад +1

    sir, how to extract nested mapping on JS

    • @net2dev
      @net2dev  Год назад

      Stay Tuned! Next vid will cover it!

  • @gfx.8848s
    @gfx.8848s Год назад +1

    🥷🏼👌🙏

  • @VELIXYZ
    @VELIXYZ Год назад +1

    Great video!
    It is not safe to store data like this, anyone can get your email, name

    • @net2dev
      @net2dev  Год назад +2

      Thanks! Not the case if you implement access control ruclips.net/video/ZSavj3xtudg/видео.html
      In the next video Im implementing a web3 profile app that only the user wallet that stored the details on the smart contract can read it. Thanks for your support! 😉

    • @VELIXYZ
      @VELIXYZ Год назад

      @@net2dev Thank you!
      Do you have any video about authorithication with metamask and email?
      We use metamask sign message and compare it with backend