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.
Live Demo: https://file-integrity-checker.vercel.app/
- Next Js - v14.0.4
- Node Js
- Tailwind CSS
- Ethers Js
- Clone or fork this repository, and then download the fork/clone
- Open the project in your IDE and install the dependencies using
npm install
- Now start the dev build by
npm run dev
- For production build, run the following command
npm run build