This repository contains the implementation of a decentralized storage contract along with a frontend interface. Each team member has worked on their respective branches to contribute to the project
Each team member's README.md file includes their specific contract deployment address and transaction hash
main
branch: Contains the README (project description , composition and instructions)<Hutton>
branch: Contains the work done by Hutton<bright>
branch: Contains the work done by Bright- ...
- Frontend: Vite + React
- Smart Contract: Solidity
- Blockchain: Arbitrum Sepolia
To clone the repository and set up the project locally, follow these steps:
-
Clone the repository to your local machine using Git:
git clone hhttps://github.com/DeFi-Africa-Network/HTU_Group_One
-
Navigate into the project directory and checkout into team member branches
cd HTU_Group_One
-
Install dependencies for the frontend:
cd Frontend npm install
-
Install dependencies for the smart contract:
cd contract Test with Remix IDE or Hardhat
To run the frontend interface, execute the following commands:
cd Frontend
npm run dev