A database using blockchain technology operates as a decentralized and distributed ledger, where data is securely stored across a network of interconnected nodes. Unlike traditional databases centralized in a single location, blockchain databases are distributed, meaning each participant in the network holds a copy of the database.
So, what is it about?
Smart Contract Features and Enhancements
1. Enhancement: Input roll number and batch number in add person function
addPerson
function to accept parameters for roll number and batch number along with other details.2. Enhancement: Instead of mapping with unit=>Details map it with address=>Details
unit
toaddress
in the storage structure.3. Enhancement: One user can input his details only once
addPerson
function to ensure that the user has not already added their details.4. Feature: A user can update the details
5. Feature: A user can view his details
Code of Conduct