SUBJECT: INTERNSHIP 1 (COMP 8967) PROFESSOR: DR KALYANI SELVAJARAH
- Solidity: For smart contract programming
- HTML, CSS and JS (variants included): For web application programming
- Ganache/Truffle: For setting up local blockchain network using ethereum
- IPFS (a Protocol): For network sharing information
- Web3.js (a Library): For interaction between smart contracts and web application
- Keshruwala Harsh, Solidity Developer
- Siddhardha Pitchika, Product Owner and Web Developer
- Jay Patel, Tester and Web Developer
- Devam K Jani, Web Developer and Scrum Master
- Steeve Nazareth, UI/UX Developer
FileManagementSystem/ ├── smart-contracts/ │ ├── FileManagement.sol │ └── migrations/ │ └── 2_deploy_contracts.js ├── client/ │ ├── public/ │ ├── src/ │ │ ├── components/ │ │ │ ├── AddFileForm.js │ │ │ ├── FileList.js │ │ │ ├── Home.js │ │ │ ├── Navbar.js │ │ │ ├── Notifications.js │ │ │ └── RemoveFileForm.js │ │ ├── contracts/ │ │ │ └── FileManagement.json │ │ ├── ipfs.js │ │ ├── utils.js │ │ ├── App.js │ │ ├── index.js │ │ └── serviceWorker.js │ ├── package.json │ ├── yarn.lock │ └── README.md ├── truffle-config.js ├── package.json └── README.md







