[go: nahoru, domu]

Skip to content
/ 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 these documents from other users. This solution demonstrates the power of blockchain technology in enabling secure and transparent document sharing.

License

Notifications You must be signed in to change notification settings

myDeed/myDeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. http://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
  http://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.

http://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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •