文章來源: https://github.com/oneleo/awesome-blockchain-articles/tree/main/Build%20a%20Simple%20Decentralized%20Exchange%20(DEX)%20Smart%20Contracts%20Using%20Hardhat%2C%20Ganache%20and%20Ethers.js Build a Simple Decentralized Exchange (DEX) Smart Contracts Using Hardhat, Ganache and Ethers.js 請展開此以查看本文目錄:Contents1、緣由2、什麼是 Hardhat、Ganache 及 Ethers.js?3、在 Windows 作業系統裡建置 Hardhat 開發環境與 Ganache 本地端區塊鏈網路4、使用 Ethers.js 與已部署至區塊鏈上的智能合約溝通5、使用 Solidity 建置一個簡易 DEX 去中心化交易所智能合約及使用 Ethers.js 與此智能合約互動6、總結7、本文架構...