Infura 2020: A Year in Review
We’ve reached the end of the year, which means it’s time to look back at the moments that defined Infura—and the Web 3.0 ecosystem—in 2020.
Read MoreWe’ve reached the end of the year, which means it’s time to look back at the moments that defined Infura—and the Web 3.0 ecosystem—in 2020.
Read MoreThis month's roundup brings you a brand NEW Infura product offering, news of our recent acquisition, a limited time BONUS when you upgrade to Infura+, new docs and developer tutorials, and so much more!
Read More在前端開發的上一篇貼文中,我們說明了允許使用者透過 MetaMask 連接的網站,並且展示使用者的 Ether 帳戶餘額。但有許多 Ethereum 的使用案例 (例如:DeFi) 都與傳送和接收 ERC20 語彙基元有關,而且追蹤方式都與原生 Ether 不同。在本指南中,我們將說明如何追蹤已部署合約的交易,並且由於這些交易可能會在每個新的已確認區塊中更新,因此我們也將說明如何在前端展示和更新這些數據。以此為例,讓我們在 Uniswap 中追蹤 Dai<>Eth 交易。
Read More在关于前端开发的上一篇文章中,我们最后提供了一个网站。用户可通过 MetaMask 连接该网站,它将显示用户的以太币账户余额。但是,有许多以太坊用例(例如 DeFi)涉及到 ERC20 令牌的发送和接收,其跟踪方式与原生以太币不同。在本指南中,我们将介绍如何跟踪已部署合约的交易,以及当它们在每个新确认的区块中进行更新时,如何在前端显示和更新这些数字。我们以跟踪 Uniswap 上的 Dai<>Eth 交易为例来进行说明。
Read More如果您想要使用 Infura API 存取 Ethereum 網路,您要如何進行操作?首先,您必須確認自己有 Infura 帳戶;請參閱此教學課程以開始!接下來,您必須決定自己要使用的介面;Infura 支援 HTTPS 和 WebSocket 介面的 JSON-RPC。在此教學課程中,我們將說明您使用各個介面的原因,也將使用 Node.js 範例說明如何透過這兩種方式存取 Ethereum API。
Read More