Skip to content

Next Js web app to compare the content integrity between two files using SHA3 hashing and your Crypto Wallet

Notifications You must be signed in to change notification settings

alimazhar4/File-Integrity-Checker

Repository files navigation

File Integrity Checker

Check the integrity between two files by easily uploading them. The app will compare both of the files to check if their contents exactly match with each other using SHA3 hashing and your Web3 wallet like Metamask.

Tech Stack Used

  1. Next Js - v14.0.4
  2. Node Js
  3. Tailwind CSS
  4. Ethers Js

Installation

  1. Clone or fork this repository, and then download the fork/clone
  2. Open the project in your IDE and install the dependencies using
npm install
  1. Now start the dev build by
npm run dev
  1. For production build, run the following command
npm run build

Suggestions and Improvements are appreciated

About

Next Js web app to compare the content integrity between two files using SHA3 hashing and your Crypto Wallet

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published