Giter Club home page Giter Club logo

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.

mydeed's Projects

mydeed icon 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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.