Skip to content

Commit da3b779

Browse files
Disclaimer message & small tweak (#262)
* Disclaimer message & small tweak * Update pages/en/developing/creating-a-subgraph.mdx Co-authored-by: Benoît Rouleau <[email protected]> * Fixes --------- Co-authored-by: Benoît Rouleau <[email protected]>
1 parent 1d746fd commit da3b779

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pages/en/deploying/subgraph-studio-faqs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Subgraph Studio FAQs
88

99
### 2. How do I create an API Key?
1010

11-
In the Subgraph Studio, you can create API Keys as needed and add security settings to each of them.
11+
To create an API, navigate to the 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.
1212

1313
### 3. Can I create multiple API Keys?
1414

pages/en/developing/creating-a-subgraph.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ The subgraph definition consists of a few files:
1414

1515
- `AssemblyScript Mappings`: [AssemblyScript](https://github.com/AssemblyScript/assemblyscript) code that translates from the event data to the entities defined in your schema (e.g. `mapping.ts` in this tutorial)
1616

17+
> In order to use your subgraph on The Graph's decentralized network, you will need to [create an API key](/deploying/subgraph-studio-faqs/#2-how-do-i-create-an-api-key). It is recommended that you [add signal](/network/curating/#how-to-signal) to your subgraph with at least [10,000 GRT](/network-transition-faq/#how-can-i-ensure-that-my-subgraph-will-be-picked-up-by-indexer-on-the-graph-network).
18+
1719
Before you go into detail about the contents of the manifest file, you need to install the [Graph CLI](https://github.com/graphprotocol/graph-cli) which you will need to build and deploy a subgraph.
1820

1921
## Install the Graph CLI

0 commit comments

Comments
 (0)