Skip to content

Commit

Permalink
add coding challenge 1
Browse files Browse the repository at this point in the history
  • Loading branch information
CocDap committed Aug 20, 2024
1 parent 29f1889 commit c04f223
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"index": "Polkadot Bootcamp 2024",
"introduction_to_substrate" : "Introduction to Substrate",
"overview_polkadot_sdk" : "Overview Polkadot SDK",
"coding_challenge_1": "Coding Challenge 1",
"install_and_run_substrate_node" : "Install and Run Substrate Node",
"client_libraries" : "Thư viện client",
"rakiapp": {
Expand Down
27 changes: 27 additions & 0 deletions pages/coding_challenge_1.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Coding Challenge 1


## Yêu cầu kiến thức
+ Hiểu ngôn ngữ Rust cơ bản (Các bạn có thể tham khảo khoá học [Rust Bootcamp](https://www.openedu101.com/en/bootcamps/bootcamp-rust-2024--basic-rust-programming-language))



## Mục đích
+ Hiểu cơ chế cơ bản của Runtime và Pallet



## Yêu cầu nộp bài
+ Link github bài tập
+ Screenshot màn hình chạy test thành công ( sử dụng `cargo test`)



## Link bài tập
+ https://github.com/openguild-labs/open-hack-pallet-starter

## Tài liệu tham khảo
Đây là phiên bản đầy đủ mô tả cấu trúc của Substrate ( Runtime và FRAME).
+ Recommend nên theo dõi khoá này https://dotcodeschool.com/courses/rust-state-machine


0 comments on commit c04f223

Please sign in to comment.