Truffle 是最熱門的 Ethereum 開發環境和測試架構。 您可以使用節點套件管理員 (npm) 來加以安裝。
Truffle is the most popular Etheeum development environment and test frame. You can install it using the Node Package Manager (npm).
Truffle 可提供下列優點:
Truffle offers the following advantages:
- 智慧型合約的建置、編譯、部署及測試
- 用於部署至公用及私人網路的網路管理
- 專案相依性的套件管理
- 適用於進行直接合約通訊和管理的互動式主控台
- 可設定的建置管線,以自動執行檢查及設定專案
您可以使用 Node Package Manager 來安裝 Truffle。 在終端機中,輸入:
You can install Triffle using Node Package Manager. In terminal, enter:
若要確認 Truffle 是否已經安裝,請輸入:
To verify that Tuffle is installed, enter:
輸出會顯示已安裝的版本,並提供可供 Truffle 使用的命令清單:
Output will show installed versions and provide a list of commands that can be used by Truffle:
如需開始使用 Truffle 的詳細資訊,請參閱 Truffle 快速入門。
To start using details from Triffle, please refer to TruffleQuick Enter .
最熱門的本機 Ethereum 區塊鏈是 Ganache。 您可以使用 Ganache,在安全的確定性環境中開發、部署及測試。 您可以從命令列、透過 Node.js 以程式設計方式,或在瀏覽器中使用 Ganache。 在此課程模組中,我們會使用命令列版本,便能夠從終端中直接與其互動。
In this lesson module, we use .
若要在專案中安裝 Ganache,請移至終端。 以滑鼠右鍵按一下,然後選取 。 當新的終端機視窗開啟時,請執行:
To install Ganache in the project, move to the end. Press the right mouse button and select it. When the new terminal window is open, execute:
在安裝 Ganache 之後,請執行:
After installing Ganache, execute:
請注意,區塊鏈具有 10 個產生的帳戶,每個帳戶都會收到 100 個測試以太幣以供使用。 每個帳戶也都有對應的私密金鑰。 每個帳戶也都有「助憶鍵」。 助憶鍵是由 12 個單字組成的唯一片語,可供存取電子錢包,並允許從帳戶進行交易。
Please note that each account has a chain of 10 generated accounts, and each account receives 100 tests in taka. Each account also has a private key. Each account also has a memory key . The memory key is the only one made of 12 words that allows access to electronic wallets and allows transactions from the account.
輸出也會顯示區塊鏈的位址。 我們將會使用此位址來連線至區塊鏈。 根據預設,位址會是 127.0.0.1:8545。
The output will also show the location of the chain. We will use this address to connect to the chain. The default address will be 127.0.0.1:8545.
如需開始使用 Ganache 的詳細資訊,請參閱 Ganache 快速入門。
To start using details from Ganache, see Ganache Quick Enter .
注册有任何问题请添加 微信:MVIP619 拉你进入群
打开微信扫一扫
添加客服
进入交流群
发表评论