Skip to content

Commit

Permalink
Merge pull request #9 from vbi-academy/feat/sui_concepts
Browse files Browse the repository at this point in the history
chore: change the structure
  • Loading branch information
hien-p authored Nov 25, 2024
2 parents 657e756 + 31afccf commit 0ff0650
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 11 deletions.
6 changes: 6 additions & 0 deletions pages/Basic_Concepts/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sui_move_package" : "Sui move package",
"sui_move_address_accounts":"Addresses and Accounts",
"sui_move_transaction": "Transaction structure",
"sui_move_module": "Modules"
}
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@ Giả sử khi import nhiều modules, vấn đề trùng tên sẽ có thể di
use sui_bootcamp::module_one::{Self as Learnmode, Learner as Lea};
```



Như vậy ta đã hiểu về `module` đóng vai trò như thế nào trong việc tạo Sui Move và `use` dùng để import các module khác bên ngoài.




# Module and Standard library imports
The module importing feature is like building with blocks, where different elements can be freely combined to create various possibilities, rather than creating new elements from scratch.
File renamed without changes.
5 changes: 1 addition & 4 deletions pages/Basic_Move_Programming/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"sui_move_package" : "Sui move package",
"sui_move_address_accounts":"Addresses and Accounts",
"sui_move_transaction": "Transaction structure",
"sui_move_module": "Modules",
"sui_move_variable": "Sui move Variables",
"": ""
}

3 changes: 2 additions & 1 deletion pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"index": "Sui Bootcamp 2024",
"introduction_to_sui": "Introduction to SUI",
"hello_move":"Hello Move",
"Basic_Move_Programming":"Basic Sui Move",
"Basic_Concepts":"Basic concepts in Sui Move",
"Basic_Move_Programming": "The Basic move programming",
"rakiapp": {
"title": "Sui Bootcamp - Video ↗",
"type": "page",
Expand Down

0 comments on commit 0ff0650

Please sign in to comment.