You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**HyperSync URL Endpoint**|[https://arbitrum-nova.hypersync.xyz](https://arbitrum-nova.hypersync.xyz) or [https://42170.hypersync.xyz](https://42170.hypersync.xyz)|
16
+
|**HyperRPC URL Endpoint**|[https://arbitrum-nova.rpc.hypersync.xyz](https://arbitrum-nova.rpc.hypersync.xyz) or [https://42170.rpc.hypersync.xyz](https://42170.rpc.hypersync.xyz)|
17
+
18
+
---
19
+
20
+
### Tier
21
+
22
+
BRONZE 🥉
23
+
24
+
### Overview
25
+
26
+
Envio is a modular hyper-performant data indexing solution for Arbitrum Nova, 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/HyperSync/overview-hyperrpc) (extremely fast read-only RPC).
27
+
28
+
HyperSync accelerates the synchronization of historical data on Arbitrum Nova, enabling what usually takes hours to sync millions of events to be completed in under a minute—up to 1000x faster than traditional RPC methods.
29
+
30
+
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.
31
+
32
+
To get started, see our documentation or follow our quickstart [guide](/docs/HyperIndex/contract-import).
33
+
34
+
---
35
+
36
+
### Defining Network Configurations
37
+
38
+
```yaml
39
+
name: IndexerName # Specify indexer name
40
+
description: Indexer Description # Include indexer description
41
+
networks:
42
+
- id: 42170# Arbitrum Nova
43
+
start_block: START_BLOCK_NUMBER # Specify the starting block
44
+
contracts:
45
+
- name: ContractName
46
+
address:
47
+
- "0xYourContractAddress1"
48
+
- "0xYourContractAddress2"
49
+
handler: ./src/EventHandlers.ts
50
+
events:
51
+
- event: Event # Specify event
52
+
- event: Event
53
+
```
54
+
55
+
With these steps completed, your application will be set to efficiently index Arbitrum Nova data using Envio’s blockchain indexer.
56
+
57
+
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).
58
+
59
+
### Support
60
+
61
+
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!
|**HyperSync URL Endpoint**|[https://megaeth-testnet.hypersync.xyz](https://megaeth-testnet.hypersync.xyz) or [https://6342.hypersync.xyz](https://6342.hypersync.xyz)|
16
+
|**HyperRPC URL Endpoint**|[https://megaeth-testnet.rpc.hypersync.xyz](https://megaeth-testnet.rpc.hypersync.xyz) or [https://6342.rpc.hypersync.xyz](https://6342.rpc.hypersync.xyz)|
17
+
18
+
---
19
+
20
+
### Tier
21
+
22
+
STONE 🪨
23
+
24
+
### Overview
25
+
26
+
Envio is a modular hyper-performant data indexing solution for Megaeth Testnet, 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/HyperSync/overview-hyperrpc) (extremely fast read-only RPC).
27
+
28
+
HyperSync accelerates the synchronization of historical data on Megaeth Testnet, enabling what usually takes hours to sync millions of events to be completed in under a minute—up to 1000x faster than traditional RPC methods.
29
+
30
+
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.
31
+
32
+
To get started, see our documentation or follow our quickstart [guide](/docs/HyperIndex/contract-import).
33
+
34
+
---
35
+
36
+
### Defining Network Configurations
37
+
38
+
```yaml
39
+
name: IndexerName # Specify indexer name
40
+
description: Indexer Description # Include indexer description
41
+
networks:
42
+
- id: 6342# Megaeth Testnet
43
+
start_block: START_BLOCK_NUMBER # Specify the starting block
44
+
contracts:
45
+
- name: ContractName
46
+
address:
47
+
- "0xYourContractAddress1"
48
+
- "0xYourContractAddress2"
49
+
handler: ./src/EventHandlers.ts
50
+
events:
51
+
- event: Event # Specify event
52
+
- event: Event
53
+
```
54
+
55
+
With these steps completed, your application will be set to efficiently index Megaeth Testnet data using Envio’s blockchain indexer.
56
+
57
+
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).
58
+
59
+
### Support
60
+
61
+
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!
|**HyperSync URL Endpoint**|[https://superseed.hypersync.xyz](https://superseed.hypersync.xyz) or [https://5330.hypersync.xyz](https://5330.hypersync.xyz)|
16
+
|**HyperRPC URL Endpoint**|[https://superseed.rpc.hypersync.xyz](https://superseed.rpc.hypersync.xyz) or [https://5330.rpc.hypersync.xyz](https://5330.rpc.hypersync.xyz)|
17
+
18
+
---
19
+
20
+
### Tier
21
+
22
+
STONE 🪨
23
+
24
+
### Overview
25
+
26
+
Envio is a modular hyper-performant data indexing solution for Superseed, 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/HyperSync/overview-hyperrpc) (extremely fast read-only RPC).
27
+
28
+
HyperSync accelerates the synchronization of historical data on Superseed, enabling what usually takes hours to sync millions of events to be completed in under a minute—up to 1000x faster than traditional RPC methods.
29
+
30
+
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.
31
+
32
+
To get started, see our documentation or follow our quickstart [guide](/docs/HyperIndex/contract-import).
33
+
34
+
---
35
+
36
+
### Defining Network Configurations
37
+
38
+
```yaml
39
+
name: IndexerName # Specify indexer name
40
+
description: Indexer Description # Include indexer description
41
+
networks:
42
+
- id: 5330# Superseed
43
+
start_block: START_BLOCK_NUMBER # Specify the starting block
44
+
contracts:
45
+
- name: ContractName
46
+
address:
47
+
- "0xYourContractAddress1"
48
+
- "0xYourContractAddress2"
49
+
handler: ./src/EventHandlers.ts
50
+
events:
51
+
- event: Event # Specify event
52
+
- event: Event
53
+
```
54
+
55
+
With these steps completed, your application will be set to efficiently index Superseed data using Envio’s blockchain indexer.
56
+
57
+
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).
58
+
59
+
### Support
60
+
61
+
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!
0 commit comments