Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.46 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.46 KB

EthVJTI Web3 Bootcamp 2024

Resources for Web3 Bootcamp 2024 organized by EthVJTI

Repository Structure

📦EthVJTI-Web3-Bootcamp-2024
 ┣ 📂deVote-Voting-dApp     # Contains the source code for 
 ┃                             Voting dApp made on Day 3
 ┃ ┗ 📂contracts            # The driving Smart Contract
 ┃ ┃ ┗ 📜VotingContract.sol 
 ┃ ┃ ┗ 📜README.md                           
 ┃ ┗📂client                 # The files for Frontend
 ┃ ┃ ┗ 📂public  
 ┃ ┃ ┗ 📂src
 ┃ ┃ ┗ 📜.gitignore             
 ┃ ┃ ┗ 📜package.json             
 ┃ ┃ ┗ 📜tailwind.config.js
 ┃ ┃ ┗ 📜README.md
 ┣ 📂hardhat                # Contains the Hardhat project 
 ┃                             created in day 3 deployment

Developer Setup ⚒

Check out how to deploy the contract to Ethereum Sepolia Testnet and how to run the dApp on your local system.

Slides & Recordings

View the presentations and recordings using your VJTI Email ID here

👩‍💻Contributors