GitHunt
OP

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.

DATABASE

Introduction โœจ

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.

Technologies Used ๐Ÿง‘โ€๐Ÿ’ป

  • Solidity

Contact ๐Ÿ“ฑ

If you have any questions or feedback, please reach out to us at somesh.2201019cs@iiitbh.ac.in ๐Ÿ“ง

Setup

To set up Database on your local machine, follow these steps:

  1. Fork the repository:

    • Click the "Fork" button at the top right corner of this repository's page on GitHub. This will create a copy of the repository in your GitHub account.
  2. Clone the forked repository:

git clone https://github.com/<yourusername>/database.git
  1. Navigate to the project directory:
cd database
  1. Install Node.js dependencies(make sure node is installed on your laptop):
npm i
  1. Open the contract folder and copy all the contents of the Database.sol file and paste it on remix (or you can use VS Code but remix ide is recommended). Remix ide(link) : http://lnkiy.in/Remix_ide
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push to the branch.
  5. Submit a pull request with the issue number.

You are good to go to make your contribution!! All the best!.

Languages

Solidity98.4%JavaScript1.6%

Contributors

Created March 19, 2024
Updated March 21, 2024