x/async
Usage
At this moment, x/async
supports two types of computations:
AI-driven price predictions
HTTP requests to external services, such as blockchain APIs
You can learn the basics and then dive deeper by following these guides:
Concepts
A Task is an offchain user-defined unit of computation that is executed asynchronously. The result is stored onchain.
AVR Plugin
Developers can create their own Plugins or use the existing ones. Currently, we support two Plugin types, which allow executing price predictions and HTTP requests.
Last updated