envio-linux-x64 2.14.2 → 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.
Files changed (3) hide show
  1. package/README.md +31 -19
  2. package/bin/envio +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,33 +1,45 @@
1
- # Envio
1
+ # HyperIndex: Ultra-Fast Multichain Indexer
2
2
 
3
- Envio is a modern, multi-chain data indexing framework for efficiently querying real-time and historical data from any EVM blockchain and Fuel.
3
+ [![GitHub release](https://img.shields.io/github/release/enviodev/hyperindex.svg)](https://github.com/enviodev/hyperindex/releases) [![GitHub issues](https://img.shields.io/github/issues/enviodev/hyperindex.svg)](https://github.com/enviodev/hyperindex/issues) [![GitHub contributors](https://img.shields.io/github/contributors/enviodev/hyperindex.svg)](https://github.com/enviodev/hyperindex/graphs/contributors) [![Discord](https://img.shields.io/badge/Discord-Join%20Chat-7289da?logo=discord&logoColor=white)](https://discord.gg/DhfFhzuJQh) [![GitHub stars](https://img.shields.io/github/stars/enviodev/hyperindex.svg)](https://github.com/enviodev/hyperindex/stargazers)
4
4
 
5
- Designed with a core focus on delivering superior performance and seamless developer experience, Envio optimizes the user experience.
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
- Build a real-time API for your blockchain application in minutes.
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
- > 📖 For a thorough understanding and to dive deeper into each feature, refer to the original [documentation website](https://docs.envio.dev).
10
+ ![Envio Sync Gif](./sync.gif)
10
11
 
11
12
  ## Key Features
12
13
 
13
- - Simple installation & Setup
14
- - Any EVM blockchain, as well as Fuel
15
- - The fastest historical sync
16
- - Real-time indexing with reorg handling
17
- - Multi-chain support
18
- - Write JavaScript, TypeScript, or ReScript with automatically generated types
19
- - Detailed logging & Error messaging
20
- - [Hosted Service](https://docs.envio.dev/docs/HyperIndex/hosted-service) to take care of your infrastructure
21
- - Seamlessly integrate new chains and enhance reliability with the RPC data source
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](https://docs.envio.dev/docs/HyperIndex/multichain-indexing)** Index any EVM-compatible blockchain and Fuel (simultaneously)
18
+ - **Real-time indexing** – Instantly track blockchain events
19
+ - **[Reorg support](https://docs.envio.dev/docs/HyperIndex/reorgs-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](https://docs.envio.dev/docs/HyperIndex/hosted-service)** – 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](https://docs.envio.dev/docs/HyperIndex/wildcard-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) documentation to start querying your smart contract data with just a few clicks!
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
- ## Contribution & Support
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
- For support and updates, follow Envio on [Twitter](https://twitter.com/envio_indexer) or join the [Discord community](https://discord.gg/DhfFhzuJQh).
38
+ ## Contribution & Support
30
39
 
31
- Please create an [issue](https://github.com/enviodev/hyperindex/issues/new/choose) in our GitHub repository if you have specific suggestions or requirements. And a star is always appreciated 💫
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
- Our [common issues](https://docs.envio.dev/docs/common-issues) page may also help you.
45
+ If you find HyperIndex useful, please consider giving us a ⭐ on this repo!
package/bin/envio CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "envio-linux-x64",
3
- "version": "v2.14.2",
3
+ "version": "v2.15.0",
4
4
  "description": "A latency and sync speed optimized, developer friendly blockchain data indexer.",
5
5
  "repository": {
6
6
  "type": "git",