OPCODE-Open-Spring-Fest / database

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.
0 stars 3 forks source link

feat: added the modifier in addPerson function #13

Closed Shreyanshi210205 closed 7 months ago

Shreyanshi210205 commented 7 months ago

Description: Added the modifier in addPerson function so as to allow only user to input details only once.

Semver Changes

Issues

6 One user can input his details only once.

Checklist