Skip to content

priyansh06rawat/ETH-Intermediate-assesment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Functions and Errors

In our Module 1 project of the ETH + AVAX PROOF: Intermediate EVM course by Metacrafter, we'll develop a smart contract utilizing the require(), assert(), and revert functions. These functions are crucial for error handling in Solidity. Proper error management ensures the smart contract executes successfully and helps save users' gas by efficiently using the revert function.

Introduction of code

This smart contract is designed to manage the grades of students in a decentralized way. Only an admin (usually the person who deployed the contract) can set and delete grades, ensuring that the data is controlled and secure.

Author

Priyansh @priyansh06rawat

License

This project is licensed under the MIT license - see the license.md file for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published