Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Envio to the EVM data indexers #940

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions docs/evm/data-indexers.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ When building applications that leverage Flow data, developers have multiple Dat

## EVM & Cadence

### **SimpleHash**
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These '**' bold weren't affecting these headings and wern't on every heading so removed.

### SimpleHash

[SimpleHash](https://simplehash.com/) is a comprehensive multi-chain NFT data platform that provides developers with easy access to token data across 60+ blockchain networks. It offers a robust API for querying NFT metadata, media, collection details, sales, floor prices, listings, and bids, streamlining the process of building NFT-powered applications.

Expand All @@ -28,10 +28,18 @@ Developers can begin using SimpleHash by [signing up for an API key](https://sim

To integrate Moralis into your project, begin by [creating an account](https://moralis.io/). Detailed API references and integration guides are available in the Moralis [documentation](https://docs.moralis.io/). For step-by-step tutorials and use cases, visit their [YouTube channel](https://www.youtube.com/c/MoralisWeb3).

### **Alchemy**
### Alchemy

[Alchemy](https://www.alchemy.com/) is a powerful blockchain development platform that provides enhanced APIs and advanced analytics to streamline the process of creating and scaling Web3 applications.

**Getting Started with Alchemy**

To begin using Alchemy, developers can [sign up for an account](https://www.alchemy.com/) on the Alchemy website. The platform offers extensive [documentation](https://docs.alchemy.com/) including API references, tutorials, and guides to help developers integrate Alchemy into their projects.

### Envio

[Envio](https://envio.dev) is a highly performant set of data indexing tools for creating custom APIs. Flow Dapp developers can use [HyperIndex](https://docs.envio.dev/docs/HyperIndex/overview) to listen for events, aggregate data to their custom use-case and serve that data over a graphql API. Developers can self host their API or deploy it to the Envio hosted service.

**Getting Started with Envio**

The easiest way to get started with Envio is via the [get started documentation](https://docs.envio.dev/docs/HyperIndex/getting-started). Envio supports templates for ease such as an ERC20 template or simply use the contract import feature and pass it an ABI file to generate a boilerplate indexer.