From 2b566c8b394da3d1ecb0d7f26dca3012c036b084 Mon Sep 17 00:00:00 2001 From: Jordyn | Envio <82444671+Jordy-Baby@users.noreply.github.com> Date: Fri, 6 Feb 2026 12:59:35 +0000 Subject: [PATCH] Delete docs/HyperIndex/supported-networks/fantom.md --- docs/HyperIndex/supported-networks/fantom.md | 64 -------------------- 1 file changed, 64 deletions(-) delete mode 100644 docs/HyperIndex/supported-networks/fantom.md diff --git a/docs/HyperIndex/supported-networks/fantom.md b/docs/HyperIndex/supported-networks/fantom.md deleted file mode 100644 index 0332fa43..00000000 --- a/docs/HyperIndex/supported-networks/fantom.md +++ /dev/null @@ -1,64 +0,0 @@ ---- -id: fantom -title: Fantom -description: Start indexing Fantom data with Envio. A blazing-fast, developer-friendly multichain blockchain indexer. -sidebar_label: Fantom -slug: /fantom ---- - -# Fantom - -## Indexing Fantom Data with Envio - -| **Field** | **Value** | -|-------------------------------|----------------------------------------------------------------------------------------------------| -| **Fantom Chain ID** | 250 | -| **HyperSync URL Endpoint** | [https://fantom.hypersync.xyz](https://fantom.hypersync.xyz) or [https://250.hypersync.xyz](https://250.hypersync.xyz) | -| **HyperRPC URL Endpoint** | [https://fantom.rpc.hypersync.xyz](https://fantom.rpc.hypersync.xyz) or [https://250.rpc.hypersync.xyz](https://250.rpc.hypersync.xyz) | - ---- - -### Tier - -STONE 🪨 - -### Overview - -Envio is a modular hyper-performant data indexing solution for Fantom, enabling applications and developers to efficiently index and aggregate real-time and historical blockchain data. Envio offers three primary solutions for indexing and accessing large amounts of data: [HyperIndex](/docs/HyperIndex/overview) (a customizable indexing framework), [HyperSync](/docs/HyperSync/overview) (a real-time indexed data layer), and [HyperRPC](/docs/HyperRPC/overview-hyperrpc) (extremely fast read-only RPC). - -HyperSync accelerates the synchronization of historical data on Fantom, enabling what usually takes hours to sync millions of events to be completed in under a minute—up to 2000x faster than traditional RPC methods. - -Designed to optimize the user experience, Envio offers automatic code generation, flexible language support, multi-chain data aggregation, and a reliable, cost-effective hosted service. - -To get started, see our documentation or follow our quickstart [guide](/docs/HyperIndex/contract-import). - ---- - -### Defining Network Configurations - -```yaml -name: IndexerName # Specify indexer name -description: Indexer Description # Include indexer description -networks: - - id: 250 # Fantom - start_block: START_BLOCK_NUMBER # Specify the starting block - contracts: - - name: ContractName - address: - - "0xYourContractAddress1" - - "0xYourContractAddress2" - handler: ./src/EventHandlers.ts - events: - - event: Event # Specify event - - event: Event -``` - -With these steps completed, your application will be set to efficiently index Fantom data using Envio’s blockchain indexer. - -For more information on how to set up your config, define a schema, and write event handlers, refer to the guides section in our [documentation](/docs/HyperIndex/configuration-file). - -### Support - -Can’t find what you’re looking for or need support? Reach out to us on [Discord](https://discord.com/invite/Q9qt8gZ2fX); we’re always happy to help! - ----