poudyalamit / UniConnect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UniConnect

UniConnect is a dynamic social platform tailored exclusively for university students. It provides a safe and anonymous space for students to express themselves, engage in open discussions, earn rewards for completing specific university tasks, ensure transparency in university charity initiatives, and have a say in shaping university policies.

Run Locally in your browser

Clone the project

git clone https://github.com/poudyalamit/UniConnect.git

Install MetaMask https://metamask.io/download/

Go to the project directory

  cd Uniconnect/

Install dependencies

  cd uniconnect/
  npm install

Compile Locally

  cd uniconnect/
  mpx hardhat compile

Deploy your smart contract to Sepolia testnet:

  cd uniconnect/
  npx run hardhat scripts/"Your deploy file" --network Sepolia

Start the Client

open the terminal

cd uniconnect_f
npm install
npm run dev

Made By This blockchain web app is developed by team SEWY

About


Languages

Language:Solidity 50.6%Language:JavaScript 43.1%Language:CSS 6.2%