Skip to content

Commit b42717c

Browse files
author
SvenMuller95
committed
adds suggested changes as per review
1 parent 46b322d commit b42717c

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

docs/tools/data/envio.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
44

5-
65
# Envio HyperIndex
76

87
[Envio](https://envio.dev/) HyperIndex is a feature-rich indexing solution that provides developers with a seamless and efficient way to index and aggregate real-time or historical blockchain data for any EVM. The indexed data is easily accessible through custom GraphQL queries, providing developers with the flexibility and power to retrieve specific information.
@@ -21,21 +20,20 @@ HyperSync is an accelerated data query layer for the Polygon networks, providing
2120

2221
HyperSync is also available as a standalone API for data analytic use cases. Data analysts can interact with the HyperSync API using JavaScript, Python, or Rust clients and extract data in JSON, Arrow, or Parquet formats. For more information, visit the HyperSync documentation [here](https://docs.envio.dev/docs/overview-hypersync).
2322

23+
## HyperIndex key features
2424

25-
## HyperIndex Key Features
26-
27-
- Contract Import: Autogenerate the key boilerplate for an entire Indexer project off a single or multiple smart contracts. Deploy within minutes.
25+
- Contract import: Autogenerate the key boilerplate for an entire Indexer project off a single or multiple smart contracts. Deploy within minutes.
2826

29-
- Multi-chain Support: Aggregate data across multiple networks into a single database. Query all your data with a unified GraphQL API.
27+
- Multi-chain support: Aggregate data across multiple networks into a single database. Query all your data with a unified GraphQL API.
3028

31-
- Asynchronous Mode: Fetch data from off-chain storage such as IPFS, or contract state (e.g. smart contract view functions).
29+
- Asynchronous mode: Fetch data from off-chain storage such as IPFS, or contract state (e.g. smart contract view functions).
3230

33-
- Factory Contracts: Automatically process events emitted by all child contracts that are created by the specified factory.
31+
- Factory contracts: Automatically process events emitted by all child contracts that are created by the specified factory.
3432

35-
- Quickstart Templates: Use pre-defined indexing logic for popular OpenZeppelin contracts (e.g. ERC-20).
33+
- Quickstart templates: Use pre-defined indexing logic for popular OpenZeppelin contracts (e.g. ERC-20).
3634

3735

38-
## Getting Started
36+
## Getting started
3937

4038
Users can choose whether they want to start from a quickstart template, perform a subgraph migration, or use the contract import feature to get started with Envio HyperIndex.
4139

@@ -47,7 +45,7 @@ The following files are required to run the Envio indexer:
4745

4846
These files are auto-generated according to the template and language chosen by running the `envio init` command.
4947

50-
### Contract Import Tutorial
48+
### Contract import tutorial
5149

5250
This walkthrough explains how to initialize an indexer using a single or multiple contracts that are already deployed on Polygon. This process allows a user to quickly and easily start up a basic indexer and a queryable GraphQL API for their application in less than 3 minutes.
5351

@@ -104,7 +102,7 @@ v optimism
104102
[↑↓ to move, enter to select, type to filter]
105103
```
106104

107-
#### Enter in the address of the contract to import
105+
#### Enter the address of the contract to import
108106

109107
```bash
110108
? What is the address of the contract?
@@ -140,12 +138,12 @@ The `Contract Import` process will prompt the user whether they would like to fi
140138
For more information on contract import feature, visit the documentation [here](https://docs.envio.dev/docs/contract-import).
141139
142140
143-
## Envio Examples
141+
## Envio examples
144142
145143
Click [here](https://docs.envio.dev/docs/example-uniswap-v3) for Envio HyperIndex examples.
146144
Click [here](https://docs.envio.dev/docs/hypersync-clients) for Envio HyperSync examples.
147145
148-
## Getting Help
146+
## Getting help
149147
150148
Indexing can be a rollercoaster, especially for more complex use cases. Our engineers are available to help you with your data availability needs.
151149

0 commit comments

Comments
 (0)