OMG...You are awesome. Before seeing your videos I was scared of accepting my blockchain thesis. Your explanations and illustrations made HF seamlessly easy to understand. Thank you
"Anyone can see the data".. i think that sentence is verry missleading. When Programming for ETH, you can decide what data is going to be public and what data will be private and invisible, even to nodes on the network.
By the way you teach I understand that you have complete knowledge on block chain. Thank you for making such a complex topic easier.I want to get hands on experience on building a block chain and dapp. Can you please help me?
Great content !!! you are awesome. Could you please suggest which private blockchain network I need to learn which is on demand these days in companies. I think companies, Banks etc uses private blockchain not the public. What will be the road map. could you please suggest?
Hey, thanks for the good intro. But, I would like to make a note that we can still code on bitcoin blockchain with bitcoin script its just not turing complete.
Amazing video Sir! I have one doubt though. Is there any system that restricts node to enter faulted or wrong information? I mean, let`s say if any person in the permission blockchain enters wrong information knowingly or unknowingly then how to deal with such problems?
So that's mean A can send ETH to B by a private blockchain to be "stealth" from the blockchain ETH ? I mean if a whale wants to send a lot of ETH to another whale he can do it with a private blockchain based on ethereum and be transparent by etherscan for example ? (I don't know if its clear, english is not my main language)
Sir Assalam o alikum, i am watching your videos on blockchain and i am really very impressed how you explain everything in detail i have a question In hyperledger fabric there are 2 ways to reach consensus endosers and orders. What i am asking is who are endosers if they are admins Doesnt it make hyperledger centralized? Can i be an endoser?
Thank you so much for this content, for someone like me who is starting with this type of concepts It helps me a lot, My purpose is to be able to implement Smart Contracts with chain code because we are using Python as our primary code language so to be honest I don't know if I'm in the right direction but, as fas as I know there's an SDK that we can use
when i do byfn manually getting error : got unexpected status: SERVICE_UNAVAILABLE -- backing Kafka cluster has not completed booting; try again later plz help me
Very nice tutorial - thanx! What do you think about Hyperledger project in general? I have been trying to play with Sawtooth but to my disapointment most of the examples does not work and I need to make tweak sto make them work - it is flustrationg. Alsgo guides for developers are kinda incomplete. I would like to have tutorial like "ok - I have linux machine and I want to write some code for blockchain - what do I do" - nothing like that there. No explenations on how to build and deploy things written in their own SDK's Totally different experience then with most other technologies
Private blockchain, do you really think it will be trustworthy. the essence of blockchain is the trust and in private how can that happen when a group of nodes can be compromised. It just distributed cloud storage synced.
Hello I want to learn about Hyperledger fabric network implementation and calliper benchmark tool . I will pay for this if interested then please be in contact
Can any one tell me how many times while loop will be executed in following code which adds 2 numbers using bitwise operators ? unsigned int myAdd(unsigned int a, unsigned int b) { unsigned int carry = a & b; unsigned int result = a ^ b; while(carry != 0) { unsigned int shiftedcarry = carry
OMG...You are awesome. Before seeing your videos I was scared of accepting my blockchain thesis. Your explanations and illustrations made HF seamlessly easy to understand. Thank you
Yes, he was very helpful
how did it go, what did you do in your thesis? I'm about to do mine and hesitant to take the blockchain thesis
bro can u share ur thesis to me like i have a project on that topic, let me know if its okay with u .
With this I cleared some doubts on blockchain... Waiting for next videos
Very good explanation on why hyperledger is even needed and the business problems its attempting to solve
Your content related to block chain explanation with presentation is simply awesome sir!!
you made the concept as easy as possible through your explanation THANK YOU.
😇😇😇😇
Great introduction!
Amazingly awesome...you just explained it like a story (easy to understand and in an interesting way)!
Naveen Reddy is a great technical instructor
very good lecture
Simply, understandable and awesome explanation, thank you so much.
My thumbs up for you
I am eagerly waiting for your videos in hyperledger fabric
Excellently explained
wow u explained it so easily
Thank you so much, l had seen many videos about hyperledger fabric but after this video I think its being more clear so thank you again 👍🏻🙏
Nicely Explained! Thanks a lot
Excellent explanation! Head and shoulders above all the other garbage attempts to explain this. Thanks!
Simple and precise explanation
well explained..Thank you
What an awesome explanation. Thank you!
Excellent explanation
Awesome explanation Telusko, I love it!
Very nice sir
Perfect ❤
Thank you for such an amazing video, well done
Excellent
very nice!
"Anyone can see the data".. i think that sentence is verry missleading. When Programming for ETH, you can decide what data is going to be public and what data will be private and invisible, even to nodes on the network.
Wonderful explanation...
premium content ✌️
Woooow 😮
Superb explanation sir
Link to the playlist:- ua-cam.com/play/PLsyeobzWxl7rXr9qxVZPbaoU7uUqP7iPM.html
Really amazing info, THANK YOU SO MUCH
Thank you for this extremely clear and easy to understand explanation.
Best Ever
You saved me 😛😅
very well explained
informative
you made it easy tysm
👍👍😊😊Thanks
Wow, simply great explanation of concepts in simple and lucid way. Congratulations and my best wishes.
TCS provided this video for reference.
By the way you teach I understand that you have complete knowledge on block chain. Thank you for making such a complex topic easier.I want to get hands on experience on building a block chain and dapp. Can you please help me?
Amazing explanation!!!
Great content !!! you are awesome. Could you please suggest which private blockchain network I need to learn which is on demand these days in companies. I think companies, Banks etc uses private blockchain not the public. What will be the road map. could you please suggest?
Thank you
Thank you for the video but y not using ethereum smart contracts y using fabric.. any reason
How RDBMS works in blockchain? is it in a single server?
Watching you from Kenya. Kindly can you create some beginners tutorials in blockchain technology.
do you have a full course on hyperleger fabric?
Waiting for the video about setting up the single node
4:36 blockchain can be of three type :- private , public and permissioned
Hey, thanks for the good intro. But, I would like to make a note that we can still code on bitcoin blockchain with bitcoin script its just not turing complete.
I love your explaination. Pls make vedio on hyper ledger indy with SSI as well .
Which has more scope hyperledger developer or ethereum solidity developer?
Amazing video Sir!
I have one doubt though.
Is there any system that restricts node to enter faulted or wrong information?
I mean, let`s say if any person in the permission blockchain enters wrong information knowingly or unknowingly then how to deal with such problems?
Looks like exactly what we need.
How many ledgers do you think Hyperladger Fabric can take? Are 7 billion ledgers possible?
Did you find an answer?
@@AquariusGNF No
So that's mean A can send ETH to B by a private blockchain to be "stealth" from the blockchain ETH ? I mean if a whale wants to send a lot of ETH to another whale he can do it with a private blockchain based on ethereum and be transparent by etherscan for example ? (I don't know if its clear, english is not my main language)
My question may be silly, but still want to ask, could you kindly tell does Fabric incur ant transaction fee?
Is this BlockChain or some other technology the core principles are been violated ?
Sir Assalam o alikum,
i am watching your videos on blockchain and
i am really very impressed how you explain everything in detail i have a question
In hyperledger fabric there are 2 ways to reach consensus endosers and orders. What i am asking is who are endosers if they are admins Doesnt it make hyperledger centralized? Can i be an endoser?
Can i get the full course on hyper ledger fabric with java
Is black chain technology more payble in feature
Does Programming is for Elien?
More specifically, Fabric is a permissioned blockchain
Pls tell i have two courses in offer 1. ethereum developer 2. hyper ledger fabric developer. pls tell which has more scope?
@Telusko what do you think about the Metacoin from hyperledger ? Good invest ?
Sir, please make a video on Java IO and NIO.
How about using python or Rust?
Can we use python ???
Thank you so much for this content, for someone like me who is starting with this type of concepts It helps me a lot, My purpose is to be able to implement Smart Contracts with chain code because we are using Python as our primary code language so to be honest I don't know if I'm in the right direction but, as fas as I know there's an SDK that we can use
can we use python instead of java or go
no
Make a video on hyperledger composer
Hyperledger Sawtooth Please!
sir please make django part-2 tutorial with start to end project. waiting for that for long time. thank you sir
PLEASE MAKE VIDEO TUTORIAL ON HYPERLEDGER INDY.
What's the value of hyperledger Fabric and swatooth certification value ..
Sir how to contact you?
I want an advice on my project..can you help me ?
Isn't keeping the transaction logs in traditional databases destroys the benefits of blockchain?
No still they cannot alter it
when i do byfn manually getting error : got unexpected status: SERVICE_UNAVAILABLE -- backing Kafka cluster has not completed booting; try again later
plz help me
Please tell tron blockchain dependencies and installations
What you know Metacoin? Where I can find some information from there.it’s the coin from hyperledger
Can u make a fresh pjt video
Very nice tutorial - thanx!
What do you think about Hyperledger project in general?
I have been trying to play with Sawtooth but to my disapointment most of the examples does not work and I need to make tweak sto make them work - it is flustrationg.
Alsgo guides for developers are kinda incomplete. I would like to have tutorial like "ok - I have linux machine and I want to write some code for blockchain - what do I do" - nothing like that there. No explenations on how to build and deploy things written in their own SDK's
Totally different experience then with most other technologies
Bro aap love ho matlab kia baat ha
Come on, where are the rest of the series!
what happen if we mined all the 21M bitcoins?
Hyper ledger fabric in '5mins'(2x)
What happened to your hand ?
i only want to know how to get a job after my btech
What happened in your hand?
Private blockchain, do you really think it will be trustworthy. the essence of blockchain is the trust and in private how can that happen when a group of nodes can be compromised. It just distributed cloud storage synced.
you really know how to explain stuff, don't u?
Hello I want to learn about Hyperledger fabric network implementation and calliper benchmark tool . I will pay for this if interested then please be in contact
Alien q bola!!!
What happened to your hand
اخت ولاء انا هنا
اين انت؟؟؟؟
@@الولاء-ق3ر
نعم
Upload a serious on hyperledger fabric please
Oh!Your arm's injury is terrible.What happened?
Can any one tell me how many times while loop will be executed in following code which adds 2 numbers using bitwise operators ?
unsigned int myAdd(unsigned int a, unsigned int b)
{
unsigned int carry = a & b;
unsigned int result = a ^ b;
while(carry != 0)
{
unsigned int shiftedcarry = carry
At 0.75x I can really understand much
I was going to say the same ;-)
DEI THEVIDIYA PAIYA NE DHAN DA ALIEN
deii yaara paathu alien nu soldre
nee dhan da alien poda apdi
Alien raa nee 😮
@@darkbros5519 PODA POTTA
Great explanation
Thank you