solidity
Solidity 101
Solidity is a programming language used to write Ethereum virtual machine (EVM) smart contracts. I think mastering Solidity is a necessary skill to participate in on-chain projects: most of the blockchain projects are open source. If you can read the code, you can avoid many money-making projects.
solidity
Categoryeasy
Difficulty290 minutes
Study TimeCourse Certificate
Claim certificate NFT after you complete all the course exercises.
6999 Builders Enrolled
Last updated on Jan 10, 2025
Chapters (15)
1
HelloWeb3 (Solidity in 3 lines)
Not Started
2
Value Types
Not Started
3
Function
Not Started
4
Function Output (return/returns)
Not Started
5
Data Storage and Scope
Not Started
6
Array & Struct
Not Started
7
Mapping
Not Started
8
Initial Value
Not Started
9
Constant and Immutable
Not Started
10
Control Flow
Not Started
11
constructor and modifier
Not Started
12
Events
Not Started
13
Inheritance
Not Started
14
Abstract and Interface
Not Started
15
Errors
Not Started