efe.sui

25 posts

efe.sui

efe.sui

@efedotsui

https://t.co/4FLjuVpQep

Katılım Aralık 2025
19 Takip Edilen14 Takipçiler
efe.sui
efe.sui@efedotsui·
Day 19 / 21 – Sui Challenge Today’s progress: – Wrote "read-only" functions to check Farm stats. – Learned to use &Farm to look at data without changing it. – Added ways to see total planted and harvested counts. #Sui #Move @ercandotsui @Devrimdotsui @mericdotsui @electrogu
English
2
0
4
78
efe.sui
efe.sui@efedotsui·
Day 17 / 21 – Sui Challenge Today’s progress: – Wrote entry functions to let users interact with the Farm. – Used transfer::share_object to make the farm accessible to everyone. – Connected the logic to actual transaction commands. #Sui #Move
English
1
0
7
56
efe.sui
efe.sui@efedotsui·
Day 12 / 21 – Sui Challenge Today’s progress: – Learned about the Option<T> type to handle "maybe" values. – Implemented find_task_by_title to safely search for tasks. – Used Some and None to manage search results without errors. #Sui #Move
English
1
0
6
77
efe.sui
efe.sui@efedotsui·
Day 11 / 21 – Sui Challenge Today’s progress: – Introduced the address type to assign ownership to the TaskBoard. – Created the TaskBoard struct to group multiple tasks. #Sui #Move
English
1
0
7
173
efe.sui
efe.sui@efedotsui·
Day 10 / 21 – Sui Challenge Today’s progress: – Focused on API design and Visibility modifiers. – Learned when to use public fun vs. private fun. – Exposed complete_task while keeping internal logic hidden.
English
2
0
5
56
efe.sui
efe.sui@efedotsui·
Day 9 / 21 – Sui Challenge Today’s progress: – Replaced boolean flags with Enums for better state management. – Defined TaskStatus to differentiate between Open and Completed tasks. – Updated the Task struct to be more semantic. #Sui #Move
English
0
0
3
72
efe.sui
efe.sui@efedotsui·
Day 8 / 21 – Sui Challenge Today’s progress: – Started a new project: Task Bounty Board. – Defined the Task struct with properties like reward and title. – Wrote the constructor function to initialize tasks. #Sui #Move
English
1
0
4
74
efe.sui
efe.sui@efedotsui·
Day 7 / 21 – Sui Challenge Today’s progress: – Wrote unit tests for the Habit Tracker features. – Verified add_habit and complete_habit functions using assertions. – Practiced using assert! and assert_eq! to ensure logic is correct. #Sui #Move
English
2
0
4
81
efe.sui
efe.sui@efedotsui·
Day 6 / 21 – Sui Challenge Today’s progress: – Refactored the Habit struct to use String instead of raw vector<u8>. – Learned how to convert bytes to proper strings using string::utf8. – Updated the constructor to accept more readable text inputs. #Sui #Move @ercandotsui
English
1
0
3
30
efe.sui
efe.sui@efedotsui·
Day 5 / 21 – Sui Challenge Today’s progress: – Implemented logic to modify state with complete_habit. – Practiced using mutable references (borrow_mut) on vectors. – Added basic safety checks with if/else. #Move #Sui
English
1
0
4
61