Skip to content

Basic syntaxes and codes for solidity smart contracts

Notifications You must be signed in to change notification settings

CryptoSceptre/Solidity-Beginner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solidity-Beginner

image

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.

About

Basic syntaxes and codes for solidity smart contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 100.0%