Skip to content

gab0071/university_evaluation_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

University Evaluation System with Solidity ⛓📚

Badge showing average commit frequency per month Badge showing when the last commit was made Badge showing the total of project issues Badge showing the prettier plugin solidity version Badge showing project license type

I made a smart contract, simulating the evaluation process in a university, where the only one who can evaluate and modify the notes is the teacher, however I also made some public functions where the student or any person who has a valid ID can access the notes and request revisions in case you are not satisfied.

I had a lot of fun doing this project, as it has further reinforced the fundamentals of solidity that I have learned.

You can see the smart contract on Etherscan: ⛓ Smart Contract Project

Installing / Getting started

# Clone this project
$ git clone https://github.com/gab0071/university_evaluation_system

# Access
$ cd university_evaluation_system

# Install dependencies
$ yarn

Drop all necessary dependencies


Technologies / Built With

  • Solidity
  • Remix -Ethereum-IDE
  • Metamask
  • Fake ETH (🚨 Note: Goerli Faucet)

Contributing

Contributions are always welcome! Open a PR or an issue!

Thank you! 😊