---
title: "適合 Delphi 開發者的以太坊"
description: "學習如何使用 Delphi 程式語言在以太坊上進行開發"
lang: zh-tw
incomplete: true
---

<FeaturedText>

學習如何使用 Delphi 程式語言在以太坊上進行開發

</FeaturedText>

使用以太坊建立去中心化應用程式 (dapp)，利用加密貨幣與區塊鏈技術的優勢。這些 dapp 是值得信賴的，這意味著一旦它們被部署到以太坊，就會始終按照程式設定執行。它們可以控制數位資產，以建立新型態的金融應用程式。它們可以是去中心化的，這意味著沒有任何單一實體或個人可以控制它們，且幾乎不可能被審查。

在以太坊上建立去中心化應用程式，並使用 Delphi 程式語言與智能合約互動！

## 開始使用智能合約與 Solidity 語言 {#getting-started-with-smart-contracts-and-the-solidity-language}

**邁出將 Delphi 與以太坊整合的第一步**

需要先了解更基礎的入門知識嗎？請查看 [ethereum.org/learn](/learn/) 或 [ethereum.org/developers](/developers/)。

- [區塊鏈解釋](https://kauri.io/article/d55684513211466da7f8cc03987607d5/blockchain-explained)
- [了解智能合約](https://kauri.io/article/e4f66c6079e74a4a9b532148d3158188/ethereum-101-part-5-the-smart-contract)
- [撰寫你的第一個智能合約](https://kauri.io/article/124b7db1d0cf4f47b414f8b13c9d66e2/remix-ide-your-first-smart-contract)
- [學習如何編譯與部署 Solidity](https://kauri.io/article/973c5f54c4434bb1b0160cff8c695369/understanding-smart-contract-compilation-and-deployment)

## 初學者參考資料與連結 {#beginner-references-and-links}

**介紹 Delphereum 函式庫**

- [什麼是 Delphereum？](https://github.com/svanas/delphereum/blob/master/README.md)
- [將 Delphi 連接到本地（記憶體內）區塊鏈](https://medium.com/@svanas/connecting-delphi-to-a-local-in-memory-blockchain-9a1512d6c5b0)
- [將 Delphi 連接到以太坊主網](https://medium.com/@svanas/connecting-delphi-to-the-ethereum-main-net-5faf1feffd83)
- [將 Delphi 連接到智能合約](https://medium.com/@svanas/connecting-delphi-to-smart-contracts-3146b12803a1)

**想先跳過設定，直接看範例嗎？**

- [3 分鐘了解智能合約與 Delphi - 第 1 部分](https://medium.com/@svanas/a-3-minute-smart-contract-and-delphi-61d998571d)
- [3 分鐘了解智能合約與 Delphi - 第 2 部分](https://medium.com/@svanas/a-3-minute-smart-contract-and-delphi-part-2-446925faa47b)

## 中階文章 {#intermediate-articles}

- [在 Delphi 中產生以太坊簽署的訊息簽章](https://medium.com/@svanas/generating-an-ethereum-signed-message-signature-in-delphi-75661ce5031b)
- [使用 Delphi 轉帳以太幣](https://medium.com/@svanas/transferring-ether-with-delphi-b5f24b1a98a4)
- [使用 Delphi 轉帳 ERC-20 代幣](https://medium.com/@svanas/transferring-erc-20-tokens-with-delphi-bb44c05b295d)

## 進階使用模式 {#advanced-use-patterns}

- [Delphi 與以太坊域名服務 (ENS)](https://medium.com/@svanas/delphi-and-ethereum-name-service-ens-4443cd278af7)
- [QuikNode、以太坊與 Delphi](https://medium.com/@svanas/quiknode-ethereum-and-delphi-f7bfc9671c23)
- [Delphi 與以太坊黑暗森林](https://svanas.medium.com/delphi-and-the-ethereum-dark-forest-5b430da3ad93)
- [在 Delphi 中將一種代幣兌換為另一種代幣](https://svanas.medium.com/swap-one-token-for-another-in-delphi-bcb999c47f7)

正在尋找更多資源嗎？請查看 [ethereum.org/developers](/developers/)。