Skip to content
View myDeed's full-sized avatar

Block or report myDeed

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
myDeed/README.md

Logo

File Structure

myDeed

This project manages digital documents by storing their metadata on the Ethereum blockchain. Users can add, share, and display the files they have access to; whilst they can also revoke access of these documents from other users. This solution demonstrates the power of blockchain technology in enabling secure and transparent document sharing.

Documentation

Documentation

Authors

Demo

Screenshots

  1. https://localhost/loginsystem/ App Screenshot
  2. After Signing up or clicking on "Login" App Screenshot
  3. Home (Landing Page) App Screenshot
  4. After clicking on "Get Started" and connecting with metamask App Screenshot
  5. After clicking on "Upload Files" App Screenshot
  6. After clicking on "My Files" App Screenshot
  7. After clicking on "Share Access" App Screenshot

Run Locally

  1. Download and Install Xampp Control Panel

  2. Locate to the folder "htdocs" in your C drive or respective place.

  3. Open the "htdocs" folder in any IDE and Clone the project

  git clone https://github.com/myDeed/myDeed.git
  1. Open the Xampp Control Panel and start these servers - "Apache" & "MySQL"

  2. Edit the "httpd.conf" file

  • Open the file App Screenshot

  • Find "index.html" and add the file name "signup.php" at the end of that line.

  • Save the file and exit.

  1. Open the browser and enter the following url
  https://localhost/loginsystem/
  1. You can check the screenshots/demo to use the rest of the functionalities

  2. Note:: Don't forget to make a database and table named "users" to store the credentials. This can be done using phpMyAdmin.

https://localhost/phpmyadmin/
  1. Note:: Don't forget to add the required api keys and other essentials keys in /loginsystem/functions/config.json
  • App Screenshot

Deployment

To deploy the smart contract through hardhat

  1. Intall hardhat (Root directory as the project)
  npm install --save-dev hardhat@latest
  1. After Installation of hardhat
  npx hardhat
  1. This should download all the node modules.

  2. Use the same hardhat-config.js file as in the project and thus do the necessary changes in the config.json file.

Popular repositories Loading

  1. myDeed myDeed Public

    This project manages digital documents by storing their metadata on the Ethereum blockchain. Users can add, share, and display the files they have access to; whilst they can also revoke access of t…

    HTML 1