Skip to main content

How blockchain can impact the people's life?

Technology has a great impact on human life and is meant to make life easier and better, with this notion Web 2.0 made it easy to get the things or products easily either it's within the nation or across the boundaries. But it is failing sometimes to get the assured and authentic ordered item. Many a times the product sold is fake and doesn't show the basic details from using raw material to fine product to shipping to an address.
But with using blockchain the problem can be removed as-
1- For people using product
They can get to know each detail about the item and can be assured of quality used, process, manufacturing and it is because of using the concept of hashing and securing each step in making the product.
It also reduces the cost price of product.

2- For people employed in industry
It is seen that the person responsible for your product can be a child doing child labour which is against law. So a child can be saved from it.

This is helping the people in becoming more ethical and improving the consumer satisfaction.

Comments

Popular posts from this blog

How hash cryptography use in blockchain?

Hash cryptography is based on algorithm called SHA(Secure Hash Algorithm) which can be SHA-3,SHA-1,SHA-256 and many more. Here I am briefing SHA-256 where the data is represented in hexadecimal form which is 64 characters long made up of numbers (0 to 9) and and alphabets (a to f) each 4 bits long. Basically hash is like a fingerprint means unique. For example:- a document with hash     📄--> 0023a76bef63c568                  67dc128a3fe60a7e                d47b95a532b60a74                a62e73f026d957a3 Some properties of hash are- 1- Avalanche effect:- the hash will change with even a single change in document. 2- Deterministic:- the document will always give the same hash. 3:- One way:- one can calculate hash of a document but document ...
Parameters in Ethereum blockchain transaction :- 1.  Nonce- How many times a transaction is done by sender? 2.  to- The address of account to which money is sent. 3.  value- amount of ether to be sent. 4.  gasPrice- amount of ether willingly to be paid per unit gas to complete the transaction. 5.  startGas/gasLimit- gas consume in the transaction 6.  v,r,s- these are used to generate sender's account address using his/her private key through  cryptographic methods which are highly complex in nature.