Skip to content

Commit

Permalink
fix: markdown checker results zh-tw
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed Oct 16, 2024
1 parent 8787610 commit d41382b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ lang: zh-tw

你應該瞭解[區塊瀏覽器](/developers/docs/data-and-analytics/block-explorers/)的基本概念,以便更好地理解在資料分析背景中如何使用它們。 此外,熟悉[索引](/glossary/#index)的概念以瞭解它們對系統設計所帶來的好處。

在架構基礎方面,瞭解[應用程式介面](https://www.wikipedia.org/wiki/API)[ REST ](https://www.wikipedia.org/wiki/Representational_state_transfer) 的基本概念,即使只是理論上的也很重要。
在架構基礎方面,瞭解[應用程式介面](https://www.wikipedia.org/wiki/API)[REST](https://www.wikipedia.org/wiki/Representational_state_transfer) 的基本概念,即使只是理論上的也很重要。

## 區塊瀏覽器 {#block-explorers}

許多[區塊瀏覽器](/developers/docs/data-and-analytics/block-explorers/)提供 [RESTful ](https://www.wikipedia.org/wiki/Representational_state_transfer) [應用程式介面](https://www.wikipedia.org/wiki/API)閘道,這些閘道能夠讓開發者查看區塊、交易、驗證者、帳戶及其他鏈上活動的即時資料。
許多[區塊瀏覽器](/developers/docs/data-and-analytics/block-explorers/)提供 [RESTful](https://www.wikipedia.org/wiki/Representational_state_transfer) [應用程式介面](https://www.wikipedia.org/wiki/API)閘道,這些閘道能夠讓開發者查看區塊、交易、驗證者、帳戶及其他鏈上活動的即時資料。

開發者可以進一步處理和轉換這些資料,以提供使用者獨特的見解和與[區塊鏈](/glossary/#blockchain)的互動。 例如,[Etherscan](https://etherscan.io) 在每個 12 秒時隙都提供執行和共識資料。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ lang: zh-tw
## 外掛程式和擴充功能 {#plugins-extensions}

- [solidity](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity) - 支援 Visual Studio Code 的以太坊 Solidity 語言
- [支援 VS Code 的 Solidity + Hardhat ](https://marketplace.visualstudio.com/items?itemName=NomicFoundation.hardhat-solidity) - Hardhat 團隊提供 Solidity 和 Hardhat 支援
- [支援 VS Code 的 Solidity + Hardhat](https://marketplace.visualstudio.com/items?itemName=NomicFoundation.hardhat-solidity) - Hardhat 團隊提供 Solidity 和 Hardhat 支援
- [Prettier Soliditty](https://github.com/prettier-solidity/prettier-plugin-solidity) - 使用 prettier 的程式碼格式器

## 衍生閱讀 {#further-reading}
Expand Down

0 comments on commit d41382b

Please sign in to comment.