https://github.com/devafortun/solidity-beginner
https://github.com/devafortun/solidity-beginner
solidity
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devafortun/solidity-beginner
- Owner: devafortun
- Created: 2024-12-25T20:24:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-25T20:26:41.000Z (over 1 year ago)
- Last Synced: 2025-10-08T23:08:42.941Z (8 months ago)
- Topics: solidity
- Language: Solidity
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solidity-Beginner

Basic syntaxes and codes for solidity smart contracts.
## Topics:
- Data Types : basic data-types and syntaxes.
- Access specifiers : such as public, private, internal and external.
- Functions : basic syntaxes of functions.
- Constructors : basic syntaxes of constructors.
- Modifiers : basic sytanxes of modifiers.
- Custom Modifiers : basics syntaxes of custom modifiers.
- Operators : basics syntaxes of operators in solidity.
- Global variables : basics syntaxes of global variable usage in solidity.
- Conditional statements : basics syntaxes of conditional statements in solidity.
- Arrays : basics syntaxes of using arrays in solidity.
- Mappings : basics syntaxes of mapping in solidity.
- Structures : basics syntaxes of using structure data type.
- Ethers : basics syntaxes of using ethers in solidity.
- Errors : basics syntaxes and understandings of errors in solidity.
- Events : basics syntaxes of events in solidity.
- Calling Other Contracts : basics syntaxes of calling other contracts.
- Interfaces : basics syntaxes of interfaces in solidity.