envio-linux-x64 2.14.3 → 2.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/bin/envio +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -14,17 +14,17 @@ HyperIndex is a fast, developer-friendly multichain indexer, optimized for both
|
|
14
14
|
- **[Indexer auto-generation](https://docs.envio.dev/docs/HyperIndex/contract-import)** – Generate Indexers directly from smart contract addresses
|
15
15
|
- **High performance** – Historical backfills at over 5,000+ events per second ([fastest in market](https://docs.envio.dev/blog/indexer-benchmarking-results))
|
16
16
|
- **Local development** – Full-featured local environment with Docker
|
17
|
-
- **Multichain indexing** – Index any EVM-compatible blockchain and Fuel (simultaneously)
|
17
|
+
- **[Multichain indexing](https://docs.envio.dev/docs/HyperIndex/multichain-indexing)** – Index any EVM-compatible blockchain and Fuel (simultaneously)
|
18
18
|
- **Real-time indexing** – Instantly track blockchain events
|
19
|
-
- **Reorg support** – Graceful handling of blockchain reorganizations
|
19
|
+
- **[Reorg support](https://docs.envio.dev/docs/HyperIndex/reorgs-support)** – Graceful handling of blockchain reorganizations
|
20
20
|
- **GraphQL API** – Easy-to-query indexed data
|
21
21
|
- **Flexible language support** – JavaScript, TypeScript, and ReScript
|
22
22
|
- **Factory contract support** – Index data from 100,000+ factory contracts seamlessly
|
23
23
|
- **On-chain & off-chain data integration** – Easily combine multiple data sources
|
24
|
-
- **Self-hosted & managed options** – Run your own setup or use HyperIndex hosted services
|
24
|
+
- **[Self-hosted & managed options](https://docs.envio.dev/docs/HyperIndex/hosted-service)** – Run your own setup or use HyperIndex hosted services
|
25
25
|
- **Detailed logging & error reporting** – Debug and optimize with clarity
|
26
26
|
- **External API actions** – Trigger external services based on blockchain events
|
27
|
-
- **Wildcard topic indexing** – Flexible indexing based on event topics
|
27
|
+
- **[Wildcard topic indexing](https://docs.envio.dev/docs/HyperIndex/wildcard-indexing)** – Flexible indexing based on event topics
|
28
28
|
- **Fallback RPC data sources** – Enhanced reliability with RPC connections
|
29
29
|
|
30
30
|
## Getting Started
|
package/bin/envio
CHANGED
Binary file
|