Skip to content

hackerboost/HTU_Group_One

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

HTU_Group_One

Web3 BUIDL ARBITRUM DEVELOPER WORKSHOP HO TECHNICAL UNIVERSITY GROUP ONE

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

Project Structure

  • 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
  • ...

Technologies Used

  • Frontend: Vite + React
  • Smart Contract: Solidity
  • Blockchain: Arbitrum Sepolia

Cloning the Repository

To clone the repository and set up the project locally, follow these steps:

  1. Clone the repository to your local machine using Git:

    git clone hhttps://github.com/DeFi-Africa-Network/HTU_Group_One
  2. Navigate into the project directory and checkout into team member branches

    cd HTU_Group_One
  3. Install dependencies for the frontend:

    cd Frontend
    npm install
  4. Install dependencies for the smart contract:

    cd contract 
    Test with Remix IDE or Hardhat

Running the Project

Frontend

To run the frontend interface, execute the following commands:

cd Frontend
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published