Program a Blockchain example with Java code example

  Рет қаралды 29,824

Programming w/ Professor Sluiter

Programming w/ Professor Sluiter

Күн бұрын

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
@AmanKumar-mr7go
@AmanKumar-mr7go 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.
@aqwaa3057
@aqwaa3057 2 жыл бұрын
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!!!!
@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 жыл бұрын
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 жыл бұрын
Very good explanation. How to use common blockchain with Java in simple steps?
@lassewierowski1947
@lassewierowski1947 Жыл бұрын
This Video is so Amazing! Thanks a lot
@praveendvs4581
@praveendvs4581 Жыл бұрын
Excellent Video
@shubhsharma19
@shubhsharma19 2 жыл бұрын
Amazing explanation
@m8tengamerz454
@m8tengamerz454 Жыл бұрын
Great video
@lukasp134
@lukasp134 3 жыл бұрын
Great Video!
@jean-philippeehret8434
@jean-philippeehret8434 2 жыл бұрын
invaluable, thanks a lot!
@gurekodok
@gurekodok 2 жыл бұрын
Awesome, thank you
@tjihef4971
@tjihef4971 2 жыл бұрын
Thank you !
@massimilianovitale6469
@massimilianovitale6469 3 жыл бұрын
Great work! Very clear in explanations
@abidinberkay1
@abidinberkay1 3 жыл бұрын
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.
@americancitizen748
@americancitizen748 4 күн бұрын
Awesome.
@Justin-General
@Justin-General 2 жыл бұрын
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 жыл бұрын
Could we say, it is similar to linked list structure?
@igormelo2446
@igormelo2446 2 жыл бұрын
I think so.
@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 жыл бұрын
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 жыл бұрын
@@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 ? 😑
@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
@user-bc9nn1be1d
@user-bc9nn1be1d Жыл бұрын
Epic
@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 жыл бұрын
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
Android App Development 03 Install and configure Android Studio
10:37
Programming w/ Professor Sluiter
Рет қаралды 1,3 М.
В ДЕТСТВЕ СТРОИШЬ ДОМ ПОД СТОЛОМ
00:17
SIDELNIKOVVV
Рет қаралды 2,3 МЛН
Why You Should Always Help Others ❤️
00:40
Alan Chikin Chow
Рет қаралды 23 МЛН
когда достали одноклассники!
00:49
БРУНО
Рет қаралды 4 МЛН
Cat story: from hate to love! 😻 #cat #cute #kitten
00:40
Stocat
Рет қаралды 16 МЛН
Hashing vs Encryption Differences
19:38
Programming w/ Professor Sluiter
Рет қаралды 161 М.
Coding A Blockchain in Python
17:15
NeuralNine
Рет қаралды 166 М.
What is JWT? JSON Web Tokens Explained (Java Brains)
14:53
Java Brains
Рет қаралды 1 МЛН
Blockchain 101 - A Visual Demo
17:50
Anders Brownworth
Рет қаралды 2,5 МЛН
Java objects (OOP) ☕
10:46
Bro Code
Рет қаралды 150 М.
Android App Development 02 Native Kotlin vs Cross Platform Flutter, React or Maui
11:50
Programming w/ Professor Sluiter
Рет қаралды 2 М.
Android App Development 04 Create a scrollable list
28:29
Programming w/ Professor Sluiter
Рет қаралды 1,6 М.
Become a Blockchain Developer/Programmer - Everything You Need to Know
18:49
Xiaomi Note 13 Pro по безумной цене в России
0:43
Простые Технологии
Рет қаралды 2 МЛН
Очень странные дела PS 4 Pro
1:00
ТЕХНОБЛОГ ГУБАРЕВ СЕРГЕЙ
Рет қаралды 413 М.
Не обзор DJI Osmo Pocket 3 Creator Combo
1:00
superfirsthero
Рет қаралды 1,3 МЛН