Skip to content

Learn import Solidity fundamentals that you need in order to get started with writing smart-contracts for OpenCampus

Notifications You must be signed in to change notification settings

bhupendra-chouhan/Solidity-Basics

Repository files navigation

Solidity Basics:


Documentations:


Content Covered:

  1. Varable

    • int
    • uint
    • bool
    • string
    • address
    • local v/s state v/s global variables
  2. Functions

    • pure
    • view
  3. If-Else

  4. Arrays (fixed and dynamic length)

    • push
    • pop
  5. Loops

    • for loop
    • while loop
  6. Enums

  7. Structs

    • constructors
  8. Visibility

    • public, private, internal, external
    • Inheritance
    • storage v/s memory v/s calldata
  9. Error Handling

    • require
    • revert
    • assert
  10. Maps

About

Learn import Solidity fundamentals that you need in order to get started with writing smart-contracts for OpenCampus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published