A Three day packed workshop to onboard newbies to web3 development by teaching them how to build smart contracts , deploying and verifying onchain, and connecting the smart contract to a frontend
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)<Obed
branch: Contains the work done by Obed<joe>
branch: Contains the work done by Joe<champ>
branch: Contains the work done by Champ
- 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_Four
-
Navigate into the project directory and checkout into team member branches
cd HTU_Group_Four
-
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