-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from vbi-academy/feat/add-suiscan
Feat/add suiscan
- Loading branch information
Showing
9 changed files
with
278 additions
and
3 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters