Skip to content

Commit

Permalink
Merge pull request #2 from vbi-academy/feat/add-suiscan
Browse files Browse the repository at this point in the history
Feat/add suiscan
  • Loading branch information
CocDap authored Nov 19, 2024
2 parents 407fb78 + 6b8819d commit f59ea8c
Show file tree
Hide file tree
Showing 9 changed files with 278 additions and 3 deletions.
Binary file added pages/assets/inputs_transaction_scan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pages/assets/interact_scan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pages/assets/objects_scan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pages/assets/overview_transaction_scan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pages/assets/transactions_scan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion pages/hello_move/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"move_environment" : "Setting up the Move environment",
"sui_cli" : "Introduction to SUI CLI",
"hello_world_move" : "Create the first hello move project"
"hello_world_move" : "Create the first hello move project",
"introduction_to_suiscan": "Introduction to Suiscan"
}


210 changes: 208 additions & 2 deletions pages/hello_move/hello_world_move.mdx

Large diffs are not rendered by default.

61 changes: 61 additions & 0 deletions pages/hello_move/introduction_to_suiscan.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@

# Suiscan là gì?

## Mục đích của Suiscan

+ `Tổng quan Blockchain`: Cung cấp dữ liệu thời gian thực về trạng thái blockchain Sui, bao gồm khối lượng giao dịch, tài khoản hoạt động và phí gas.

+ `Theo dõi Giao dịch`: Cho phép người dùng tìm kiếm và giám sát các giao dịch cụ thể, hiển thị chi tiết như trạng thái, địa chỉ liên quan và thời gian giao dịch.

+ `Thông tin Tài khoản`: Cho phép người dùng xem số dư, lịch sử giao dịch và các Object liên quan đến từng tài khoản.

+ `Tương tác Smart Contract`: Hỗ trợ tương tác các smart contract Move đã triển khai, bao gồm mã nguồn, các giao dịch liên quan và các Object liên quan.

+ `Phân tích NFT và DeFi`: Cung cấp thông tin chi tiết về NFT và các ứng dụng tài chính phi tập trung (DeFi) trên mạng lưới Sui.

+ `Dữ liệu Validator và Staking`: Cung cấp thông tin về các validator mạng lưới, thống kê staking và chi tiết epoch.

+ `Analytic`: Hiển thị biểu đồ các chỉ số mạng lưới như khối lượng giao dịch và phí gas theo thời gian, giúp người dùng phân tích xu hướng.





## Xem thông tin transaction digest trên suiscan


### Xem thông tin tổng quan của transaction

- Xem thông tin [Overview](https://suiscan.xyz/devnet/tx/2zSX9dfsMUAAG8qYtGHy7scXM2d4jgEurohHrSUtYrGB)

![](../assets/overview_transaction_scan.png)


### Xem input của transaction

![](../assets/inputs_transaction_scan.png)

### Xem thông tin transactions

![](../assets/transactions_scan.png)


### Xem thông tin các object liên quan

![](../assets/objects_scan.png)



## Tương tác smart contract trên Suiscan

Thiện hiện transaction `hello_world` trên suiscan:

![](../assets/interact_scan.png)



## Tài liệu tham khảo
+ https://suiscan.xyz/
+ https://suivision.xyz/


7 changes: 7 additions & 0 deletions pages/hello_move/sui_cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@ sui client new-address ed25519
╰────────────────┴───────────────────────────────────────────────────────────────────────────────╯
```

### Switch address

```bash
sui client switch --address <địa chỉ>
```




## Faucet coins cho address
Expand Down

0 comments on commit f59ea8c

Please sign in to comment.