From d3afd77d6e0f48ab6e900320dfb0336b7408d767 Mon Sep 17 00:00:00 2001 From: Denham Preen Date: Wed, 16 Oct 2024 13:24:40 -0700 Subject: [PATCH] Add Envio to the EVM data indexers An example of the indexer in action is on this EthGlobal Singapore hackathon [project](https://merlions-bloom-mainnet.vercel.app/) Here is the deployed hosted indexer - https://envio.dev/app/denhampreen/merlions-bloom & Here is the code for that indexer https://github.com/DenhamPreen/merlions-bloom/tree/main/indexer --- docs/evm/data-indexers.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/evm/data-indexers.md b/docs/evm/data-indexers.md index 0e1fc03e5d..dc58effc4d 100644 --- a/docs/evm/data-indexers.md +++ b/docs/evm/data-indexers.md @@ -10,7 +10,7 @@ When building applications that leverage Flow data, developers have multiple Dat ## EVM & Cadence -### **SimpleHash** +### 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. @@ -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.