Skip to content

Commit 8c97da3

Browse files
author
ci-bot
committed
fix yml
1 parent bd08990 commit 8c97da3

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed
Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
id: 'solidity-basics-part1'
2-
name: Solidity Basics - Part 1: Fundamentals (Lessons 1-15)
3-
summary: 'Learn Solidity fundamentals from scratch: value types, functions, data storage, arrays, structs, mappings, control flow, modifiers, events, inheritance, interfaces, and error handling. This comprehensive tutorial covers the essential building blocks of Solidity programming.'
4-
level: beginner
1+
id: solidity-basics-part1
2+
name: Solidity Basics - Part 1 - Fundamentals (Lessons 1-15)
3+
summary: Learn Solidity fundamentals from scratch - value types, functions, data storage, arrays, structs, mappings, control flow, modifiers, events, inheritance, interfaces, and error handling. This comprehensive tutorial covers the essential building blocks of Solidity programming.
4+
level: 1
55
tags:
6-
- solidity
7-
- tutorial
8-
- basics
6+
- solidity
7+
- tutorial
8+
- basics
99
steps:
10-
- name: HelloWeb3 (Solidity in 3 lines)
11-
path: step1
12-
- name: Value Types
13-
path: step2
14-
- name: Function
15-
path: step3
16-
- name: Function Output (return/returns)
17-
path: step4
18-
- name: Data Storage and Scope
19-
path: step5
20-
- name: Array & Struct
21-
path: step6
22-
- name: Mapping
23-
path: step7
24-
- name: Initial Value
25-
path: step8
26-
- name: Constant and Immutable
27-
path: step9
28-
- name: Control Flow
29-
path: step10
30-
- name: constructor and modifier
31-
path: step11
32-
- name: Events
33-
path: step12
34-
- name: Inheritance
35-
path: step13
36-
- name: Abstract and Interface
37-
path: step14
38-
- name: Errors
39-
path: step15
10+
- name: HelloWeb3 (Solidity in 3 lines)
11+
path: step1
12+
- name: Value Types
13+
path: step2
14+
- name: Function
15+
path: step3
16+
- name: Function Output (return/returns)
17+
path: step4
18+
- name: Data Storage and Scope
19+
path: step5
20+
- name: Array & Struct
21+
path: step6
22+
- name: Mapping
23+
path: step7
24+
- name: Initial Value
25+
path: step8
26+
- name: Constant and Immutable
27+
path: step9
28+
- name: Control Flow
29+
path: step10
30+
- name: constructor and modifier
31+
path: step11
32+
- name: Events
33+
path: step12
34+
- name: Inheritance
35+
path: step13
36+
- name: Abstract and Interface
37+
path: step14
38+
- name: Errors
39+
path: step15

0 commit comments

Comments
 (0)