diff --git a/docs/build/scan.md b/docs/build/scan.md index 105d890..45db63c 100644 --- a/docs/build/scan.md +++ b/docs/build/scan.md @@ -1,3 +1,8 @@ -# Scan +# Msgport Scan -Navigating through the multiple stages of cross-chain message transmission can be time-consuming as messages are delivered and processed by the receiving chain. Having a mechanism to track message status is essential for identifying whether they have been successfully dispatched or have encountered failures. For this purpose, we offer a user-friendly message explorer tool [Msgport Scan](https://scan.msgport.xyz/) that enables the searching and viewing of message statuses and outcomes. \ No newline at end of file +Navigating through the multiple stages of cross-chain message transmission can be time-consuming as messages are delivered and processed by the receiving chain. Having a mechanism to track message status is essential for identifying whether they have been successfully dispatched or have encountered failures. + +For this purpose, we offer a user-friendly message explorer tool **[Msgport Scan](https://scan.msgport.xyz/)** that enables the searching and viewing of message statuses and outcomes. As shown in the screenshot, you can query +the cross-chain message status, direction and time-spent via MsgHash or TxHash. + +![msgport scan](../images/msgport-scan-index.png) \ No newline at end of file diff --git a/docs/images/msgport-scan-index.png b/docs/images/msgport-scan-index.png new file mode 100644 index 0000000..929596c Binary files /dev/null and b/docs/images/msgport-scan-index.png differ