envio-linux-x64 2.14.1 → 2.14.3
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 +31 -19
- package/bin/envio +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,33 +1,45 @@
|
|
1
|
-
#
|
1
|
+
# HyperIndex: Ultra-Fast Multichain Indexer
|
2
2
|
|
3
|
-
|
3
|
+
[](https://github.com/enviodev/hyperindex/releases) [](https://github.com/enviodev/hyperindex/issues) [](https://github.com/enviodev/hyperindex/graphs/contributors) [](https://discord.gg/DhfFhzuJQh) [](https://github.com/enviodev/hyperindex/stargazers)
|
4
4
|
|
5
|
-
|
5
|
+
HyperIndex is a fast, developer-friendly multichain indexer, optimized for both local development and reliable hosted deployment. It empowers developers to effortlessly build robust backends for blockchain applications.
|
6
6
|
|
7
|
-
|
7
|
+
> For comprehensive documentation, visit our [Documentation Portal](https://docs.envio.dev).
|
8
|
+
> For hosted services and other solutions, visit [envio.dev](https://envio.dev).
|
8
9
|
|
9
|
-
|
10
|
+

|
10
11
|
|
11
12
|
## Key Features
|
12
13
|
|
13
|
-
-
|
14
|
-
-
|
15
|
-
-
|
16
|
-
-
|
17
|
-
-
|
18
|
-
-
|
19
|
-
-
|
20
|
-
-
|
21
|
-
-
|
14
|
+
- **[Indexer auto-generation](https://docs.envio.dev/docs/HyperIndex/contract-import)** – Generate Indexers directly from smart contract addresses
|
15
|
+
- **High performance** – Historical backfills at over 5,000+ events per second ([fastest in market](https://docs.envio.dev/blog/indexer-benchmarking-results))
|
16
|
+
- **Local development** – Full-featured local environment with Docker
|
17
|
+
- **Multichain indexing** – Index any EVM-compatible blockchain and Fuel (simultaneously)
|
18
|
+
- **Real-time indexing** – Instantly track blockchain events
|
19
|
+
- **Reorg support** – Graceful handling of blockchain reorganizations
|
20
|
+
- **GraphQL API** – Easy-to-query indexed data
|
21
|
+
- **Flexible language support** – JavaScript, TypeScript, and ReScript
|
22
|
+
- **Factory contract support** – Index data from 100,000+ factory contracts seamlessly
|
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
|
25
|
+
- **Detailed logging & error reporting** – Debug and optimize with clarity
|
26
|
+
- **External API actions** – Trigger external services based on blockchain events
|
27
|
+
- **Wildcard topic indexing** – Flexible indexing based on event topics
|
28
|
+
- **Fallback RPC data sources** – Enhanced reliability with RPC connections
|
22
29
|
|
23
30
|
## Getting Started
|
24
31
|
|
25
|
-
Check out our [Getting Started](https://docs.envio.dev/docs/HyperIndex/getting-started)
|
32
|
+
Check out our [Getting Started Guide](https://docs.envio.dev/docs/HyperIndex/getting-started) to start querying your smart contract data with just a few clicks!
|
26
33
|
|
27
|
-
##
|
34
|
+
## Performance
|
35
|
+
|
36
|
+
HyperIndex delivers industry-leading indexing speeds, with capability to process thousands of events per second while maintaining data integrity across multiple chains.
|
28
37
|
|
29
|
-
|
38
|
+
## Contribution & Support
|
30
39
|
|
31
|
-
|
40
|
+
- Follow us on [X](https://twitter.com/envio_indexer)
|
41
|
+
- Join our [Discord community](https://discord.gg/DhfFhzuJQh)
|
42
|
+
- Report issues on [GitHub](https://github.com/enviodev/hyperindex/issues/new/choose)
|
43
|
+
- Check our [Common Issues](https://docs.envio.dev/docs/common-issues) page for troubleshooting
|
32
44
|
|
33
|
-
|
45
|
+
If you find HyperIndex useful, please consider giving us a ⭐ on this repo!
|
package/bin/envio
CHANGED
Binary file
|