Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CocDap committed Aug 12, 2024
1 parent f116364 commit 12222f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pages/introduction_to_substrate/blockchain_basic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Refer: https://4irelabs.com/articles/choosing-a-distributed-ledger-technology/

- **Blocks**: Lưu thông tin của nhiều giao dịch
- **Chain**: Chuỗi là một tập hợp các khối. Mỗi khối chứa băm của khối trước đó
- **Nodes**: Là 1 máy tính tham gia vào mạng blockchain
- **Nodes**: Là các máy tính tham gia vào mạng blockchain


![](../assets/blockchain.png)
Expand Down
5 changes: 3 additions & 2 deletions pages/introduction_to_substrate/what_is_substrate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ ví dụ như DEFI, NFT, Identity, Oracle, ... mà không tập trung quá nhi

+ Xây dựng solochain như Aleph Zero, Peaq
+ Xây dựng relaychain/parachain
+ Xây dựng bridge
+ Phát triển smart contract


Expand All @@ -51,11 +50,13 @@ ví dụ như DEFI, NFT, Identity, Oracle, ... mà không tập trung quá nhi
| --- | --- |
| Polkadot | Blockchain Layer-0 |
| Moonbeam | EVM-compatible like Ethereum |
| Ajuna | Gaming |
| POP Network | Wasm Smart Contract |
| Unique Network | NFT |
| Phala | Oracle |
| ... | ... |


## Tài liệu tham khảo
+ https://openguild.wtf/blog/polkadot/polkadot-sdk-substrate
+ https://docs.substrate.io/quick-start/substrate-at-a-glance/

6 changes: 5 additions & 1 deletion pages/overview_polkadot_sdk/pallet.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Pallets


## Cách xây dựng 1 pallet
## Cách xây dựng 1 pallet thực tế


```rust
Expand Down Expand Up @@ -59,3 +59,7 @@ Tóm lại, gồm có các bước như sau
+ Bước 7: Chạy `dev` node để test tương tác với client thông qua polkadot js explorer


## Tài liệu tham khảo
+ https://docs.substrate.io/build/custom-pallets/
+ https://docs.substrate.io/build/runtime-storage/
+ https://docs.substrate.io/build/events-and-errors/

0 comments on commit 12222f8

Please sign in to comment.