Program a Blockchain example with Java code example

Поделиться
HTML-код
  • Опубликовано: 28 июн 2024
  • Go to StudyCoding.org to subscribe to the full list of courses and get source code for projects.
    Blockchain in Java. Create a blockchain of transactions in Java in just 15 minutes using hashing techniques to ensure a secure chain of events. Blockchain uses hashing algorithms similar to encryption techniques used in password security. The blockchain approach takes hashing to the next step by linking blocks in a series to make transactions in the chain of blocks secure and preventing fraud through a distributed ledger. This takes security away from a central authority and places security in the realm of peer to peer crowdsourced security.
  • НаукаНаука

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

  • @aqwaa3057
    @aqwaa3057 2 года назад +3

    This video is amazing. I’m writing an essay in computer science for my finals about a topic of my choice. Of course I chose blockchain as I find it incredibly fascinating. This video literally eliminates a huge amount of research I would have had to do… thank you for that!!!!

  • @AmanKumar-mr7go
    @AmanKumar-mr7go 2 года назад +2

    Thank you very much. I love to iron the basics before I can go fancy about some topic. It explains the basic so well. Kudos to your effort, simple and effective.

  • @hanibaltesfamichael5936
    @hanibaltesfamichael5936 2 года назад

    This a very great example of blockchain. I literally didn't have any idea about blockchain and I am a beginner in computer science. So Thank you

  • @aditikulkarni-moghe6542
    @aditikulkarni-moghe6542 3 года назад +2

    Very nice example with all cases thank you

  • @deanmindock3680
    @deanmindock3680 2 года назад

    Very well done. My Java is rusty, but was able to follow along. Presently just a hodler of 14 cryptos.

  • @mdmonzurmorshed3557
    @mdmonzurmorshed3557 3 года назад

    It is really a very nice example. Thank you. Can you show an small java code example of Consensus algorithm on this program?

  • @PrieyudhaAkaditaS
    @PrieyudhaAkaditaS 2 года назад

    Amazing explanation! Thanks!
    But how other computers validate this block of chain? Do you have video for that too?

  • @salawujonathan6722
    @salawujonathan6722 2 года назад

    Hi, thank you very much for this invaluable video. I'm working on a project for sharing textual data on the blockchain (possibly with interplanetary file system IPFS). How do I go about it after watching your video? Thanks

  • @rosalsaini4352
    @rosalsaini4352 3 года назад

    Great explanation sir🙏👍

  • @0tedesco
    @0tedesco 3 года назад +1

    Very good explanation. How to use common blockchain with Java in simple steps?

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

    This Video is so Amazing! Thanks a lot

  • @shubhsharma19
    @shubhsharma19 2 года назад

    Amazing explanation

  • @jean-philippeehret8434
    @jean-philippeehret8434 2 года назад

    invaluable, thanks a lot!

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

    Excellent Video

  • @gurekodok
    @gurekodok 2 года назад

    Awesome, thank you

  • @lukasp134
    @lukasp134 3 года назад

    Great Video!

  • @tjihef4971
    @tjihef4971 2 года назад

    Thank you !

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

    Great video

  • @massimilianovitale6469
    @massimilianovitale6469 3 года назад

    Great work! Very clear in explanations

  • @americancitizen748
    @americancitizen748 26 дней назад

    Awesome.

  • @Justin-General
    @Justin-General 3 года назад +1

    Working on a project where I need to simulate nodes on a network creating blocks on a blockchain, like 2 thousand nodes, and test the "network" with say 10 or 20 transactions per second, thinking of instantiating objects of a "node" class for the nodes, but how to I simulate all this?

    • @deanmindock3680
      @deanmindock3680 2 года назад

      Create a class Node and then elaborate it, is my 1st thought.

  • @chaaandkd
    @chaaandkd 2 года назад

    Brilliant

  • @MEmCe-gq2xj
    @MEmCe-gq2xj 3 года назад

    very good introduction, thank you

  • @Mr_Oszy
    @Mr_Oszy 2 года назад

    How can I run this code in cloudsim?

  • @MrSaravanan009
    @MrSaravanan009 2 года назад +2

    Could we say, it is similar to linked list structure?

  • @abidinberkay1
    @abidinberkay1 3 года назад +4

    nice video but just a small critic if you care; zooming in/out to screen is so frequent. sometimes im getting tired or loosing attention due to zooming every 5-10 seconds.

  • @oluwatomibombata8834
    @oluwatomibombata8834 3 года назад

    What do you say to people who suggest that JavaScript is much suitable for constructing blockchains as compared to JAVA?

    • @MrYass24
      @MrYass24 3 года назад +4

      This statement has no logic since blockchain is a design pattern that can be implemented using any language not just javascript

  • @kristinacassandratolentino7238
    @kristinacassandratolentino7238 2 года назад

    how about the result of transaction in every block? in the second block shadgiveitaway then how to change the value in every transaction?

    • @igormelo2446
      @igormelo2446 2 года назад

      You talk about the algorithm or the calculate of the transactions itself?

    • @kristinacassandratolentino7238
      @kristinacassandratolentino7238 2 года назад

      The calculate of the transaction

    • @kristinacassandratolentino7238
      @kristinacassandratolentino7238 2 года назад +2

      @@igormelo2446 I am trying to apply the voting in blockchain using java and I am also looking for tutorial with GUI

    • @igormelo2446
      @igormelo2446 2 года назад

      @@kristinacassandratolentino7238 perai você é brasileira ? 😑

  • @user-bc9nn1be1d
    @user-bc9nn1be1d 2 года назад

    Epic

  • @chessmaster856
    @chessmaster856 2 года назад

    A basketball player can do a slam dunk. So hash sounds like making it a 10000 story building. Something that no one can reach

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

    You can, of course, try and write your own blockchain, but why? There is already a multifunctional blockchain ecosystem Utopia

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

      "...we are going to write some computer code to demonstrate how blockchain works". It is an academic exercise.

  • @robysoriano2956
    @robysoriano2956 2 года назад +1

    Base from my observation, Block Chain is like LinkedList hahaha

    • @deanmindock3680
      @deanmindock3680 2 года назад

      Yeah, it is very similar except for the use of hashed links.

  • @chessmaster856
    @chessmaster856 2 года назад

    I thought I was learning how to mint money