Sep 23, 2020 • 1 min read
开始使用 Infura 的 IPFS 服务
在本系列的第一部分,我们讨论了 IPFS,探讨了它的意义,并解释了它是如何工作的。现在,我们将告诉您如何开始使用 Infura 的 IPFS 服务: 本教程包括如何用我们的 IPFS API 在 IPFS 网络中 pin 您的数据,以及如何上传和访问文件。 要开始使用 IPFS,您需要运行一个 IPFS daemon,或者能够访问一个远程 IPFS 节点。现在,可能有很多原因导致您不想在本地运行一个 IPFS...
Read MoreSep 17, 2020 • 11 min read
An Introduction to IPFS
During Infura’s four-plus years, we have worked to provide developers with a simplified access path to Ethereum and IPFS. By setting up the first public IPFS APIs and Gateway alongside our Ethereum API, we built a...
Read MoreJul 28, 2020 • 8 min read
Deploying Smart Contracts and Managing Transactions on Ethereum
To build a decentralized application on Ethereum, you need to know how to send a transaction, sign it, and broadcast it to the network. Transactions enable you to transfer ether, deploy your own contracts, and...
Read MoreJul 2, 2020 • 14 min read
Ethereum JavaScript Libraries: web3.js vs. ethers.js (Part I)
Web3.js and ethers.js are JavaScript libraries that allow developers to interact with the Ethereum blockchain. They are both great libraries - either library will likely meet the needs of most Ethereum developers....
Read MoreJun 12, 2020 • 3 min read
Tutorial: Querying your ETH 2.0 validator balance with the Infura API
Every day is bringing us closer to the genesis of ETH 2.0 Phase 0. Major multi-client testnet efforts are well underway with the current witti testnet and the upcoming altona testnet. Interest and participation in...
Read More