- Open-Campus Network Details: https://open-campus-docs.vercel.app/getting-started
- Open-Campus Faucet: https://drpc.org/faucet/open-campus-codex
- Open-Campus Explorer: https://opencampus-codex.blockscout.com/
- Deploy smart-contract using HardHat (Video Tutorial and Documentation included): https://github.com/bhupendra-chouhan/hardhat-tutorial
-
Varable
- int
- uint
- bool
- string
- address
- local v/s state v/s global variables
-
Functions
- pure
- view
-
If-Else
-
Arrays (fixed and dynamic length)
- push
- pop
-
Loops
- for loop
- while loop
-
Enums
-
Structs
- constructors
-
Visibility
- public, private, internal, external
- Inheritance
- storage v/s memory v/s calldata
-
Error Handling
- require
- revert
- assert
-
Maps