Complaint-Registeration-dApp
This is a project built to replicate FIR complaint filing system on the blockchain using NEXT.js, tailwind css and ThirdWeb.
Screenshot of the dApp:

Project dependencies:
yarn add @thirdweb-dev/react @thirdweb-dev/sdk ethers react-hot-toast
Steps to run this project:
- Git clone this repo
- Install the project dependencies
- Create a .env.local file inside the main folder
- Add a variable by the name: NEXT_PUBLIC_SMART_CONTRACT
- Deploy this contract directly from the this Thirdweb Link: http://bit.ly/3VeNU6h
- While deploying you will have to fill the constructor argument with an address for officer's address(suggestion: should be separate from deployer's address)
- Copy the smart contract address and assign it to NEXT_PUBLIC_SMART_CONTRACT that you had created
- Open terminal and run command: yarn dev
⭐Give this repo a star if you found some value in it.
Thanks!