An open API service indexing awesome lists of open source software.

https://github.com/devafortun/solidity-beginner


https://github.com/devafortun/solidity-beginner

solidity

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Solidity-Beginner
![image](https://github.com/MainakRepositor/Solidity-Beginner/assets/64016811/7c8204b6-635a-4fc7-905c-515f58be58f9)

Basic syntaxes and codes for solidity smart contracts.

## Topics:


  1. Data Types : basic data-types and syntaxes.

  2. Access specifiers : such as public, private, internal and external.

  3. Functions : basic syntaxes of functions.

  4. Constructors : basic syntaxes of constructors.

  5. Modifiers : basic sytanxes of modifiers.

  6. Custom Modifiers : basics syntaxes of custom modifiers.

  7. Operators : basics syntaxes of operators in solidity.

  8. Global variables : basics syntaxes of global variable usage in solidity.

  9. Conditional statements : basics syntaxes of conditional statements in solidity.

  10. Arrays : basics syntaxes of using arrays in solidity.

  11. Mappings : basics syntaxes of mapping in solidity.

  12. Structures : basics syntaxes of using structure data type.

  13. Ethers : basics syntaxes of using ethers in solidity.

  14. Errors : basics syntaxes and understandings of errors in solidity.

  15. Events : basics syntaxes of events in solidity.

  16. Calling Other Contracts : basics syntaxes of calling other contracts.

  17. Interfaces : basics syntaxes of interfaces in solidity.