Skip to content

Commit 4118d5e

Browse files
authored
Update fevm-indexers.md
1 parent 7a25828 commit 4118d5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

smart-contracts/advanced/fevm-indexers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A command-line interface for creating, editing, and deploying subgraphs programm
3737

3838
In this tutorial, we will use no-code Goldsky’s deploy wizard to create a subgraph for the wFIl ERC-20 token on the Filecoin testnet.
3939

40-
#### Prerequisites
40+
### Prerequisites
4141
Make sure you have the following tools and setup ready:
4242
- Node.js
4343
- Create a Goldsky account and generate a Goldsky API key
@@ -55,7 +55,7 @@ Make sure you have the following tools and setup ready:
5555

5656
### Deploy a subgraph
5757
Goldsky’s Deploy Wizard simplifies the creation of subgraphs using a CLI-guided flow.
58-
#### 1. Initialize the Subgraph deployment
58+
5959
Run:
6060
```
6161
goldsky subgraph init
@@ -71,9 +71,9 @@ Follow the prompts from the Goldsky subgraph configuration wizard:
7171
- *Contract name*: wfil
7272
- *Enable subgraph call handlers?*: no
7373

74-
Once you fill out the above information following the prompt, the Goldsky wizard will guide you through building and deploying your subgraph. Once the subgraph is successfully deployed, Goldsky will output a deployment URL (GraphQL endpoint).
74+
Once you complete the above information following the prompt, the Goldsky wizard will guide you through building and deploying your subgraph. Once the subgraph is successfully deployed, Goldsky will output a deployment URL (GraphQL endpoint).
7575

76-
Once the subgraph is deployed, indexing all the data for your smart contract will take time. You can also check the indexing status of your subgraph from the [Goldsky dashboard](https://app.goldsky.com/).
76+
Indexing all the data for your smart contract will take time after the subgraph is deployed. You can also check the indexing status of your subgraph from the [Goldsky dashboard](https://app.goldsky.com/).
7777

7878
### Query the Subgraph
7979
You can use the provided GraphQL endpoint to query the subgraph.

0 commit comments

Comments
 (0)