部署 > 子图工作室常见问题

子图工作室常见问题

Reading time: 2 min

1. 什么是 Subgraph Studio?

链到本节

子图工作室是一个用于创建、管理和发布子图和 API 密钥的 dapp。

2. 如何创建 API 密钥?

链到本节

To create an API, navigate to Subgraph Studio and connect your wallet. You will be able to click the API keys tab at the top. There, you will be able to create an API key.

3. 我可以创建多个 API 密钥吗?

链到本节

是的! 您可以创建多个 API 密钥,以便在不同的项目中使用。查看此处的链接。

4. 如何为 API 密钥限制域?

链到本节

在创建 API 密钥之后,可以在安全部分中定义可以查询特定 API 密钥的域。

5. 我可以把我的子图转给其他所有者吗?

链到本节

Yes, subgraphs that have been published to Arbitrum One can be transferred to a new wallet or a Multisig. You can do so by clicking the three dots next to the 'Publish' button on the subgraph's details page and selecting 'Transfer ownership'.

请注意,一旦传输了子图,您将无法在工作室中查看或编辑该子图。

6. 如果我不是要使用的子图的开发人员,如何查找子图的查询URL?

链到本节

You can find the query URL of each subgraph in the Subgraph Details section of Graph Explorer. When you click on the “Query” button, you will be directed to a pane wherein you can view the query URL of the subgraph you’re interested in. You can then replace the <api_key> placeholder with the API key you wish to leverage in Subgraph Studio.

请记住,你可以创建一个 API 密钥并查询发布到网络上的任何子图,即使你自己建立了一个子图。 这些通过新的 API 密钥进行的查询,与网络上的任何其他查询一样,都是付费查询。

编辑

上页
Deploy Using Subgraph Studio
下页
Deploying a Subgraph to Multiple Networks
编辑