Official recommendation: Infura's Filecoin API Getting Started Guide

Currently, Filecoin implements a public API for nodes. It provides developers with a convenient way to interact with the Filecoin blockchain. This allows developers to query information about the chain or issue commands to instruct nodes Perform transactions on the network. V|jasonbody

Although it is possible to make excuses directly with these exposed excuses, it is not convenient for maintaining the entire node, because the blockchain requires a large amount of storage space, and the node itself must always be running to keep pace with the network. Developers who need to access the API cause trouble.

In order to solve this problem and alleviate the plight of developers, Infura has been building API agents for many decentralized networks in the past few years, including Ethereum, IPFS, and Filecoin of Filecoin Liftoff Week! Infura runs nodes on behalf of users, directing API requests to those nodes behind the scenes. This reduces the infrastructure required for developers to maintain themselves, which greatly simplifies the process of creating services based on these APIs!

You need to register with Infura before you can access the Filecoin API. If you have not yet created an account, the following is the registration address:

https://infura.io/register?&utm_source=infurablog&utm_medium=referral&utm_campaign=filecoin_api&utm_content=filecoin_api_blog

Then you need three steps to get it done easily:

  1. Log in to your Infura Information Center;
  2. Click the Filecoin icon in the navigation bar;
  3. Click "Add me to the waiting list".

Infura not only provides API interface services, but also provides users with the ability to restrict access through secret keys to isolate a single project. They also compiled extensive and detailed documents for their Filecoin API in the form of OpenAPI specifications, and attached Sample requests and responses to help users get started.

Services such as Infura enable developers of the entire Filecoin ecosystem to be authorized, thereby greatly reducing the friction involved with network interfaces. These tools make it easier than ever to use Filecoin as a platform to provide an accessible entry point for the ecosystem, while giving creators more time to focus on building next-generation storage services!

Guess you like

Origin blog.csdn.net/weixin_49419454/article/details/112907612