Allora Network plugin for Goat. Allora Network is an AI-powered inference platform that delivers real-time, self-improving predictions and insights for various use cases. By aggregating and analyzing data from diverse sources—such as blockchain networks and off-chain APIs—Allora seamlessly provides low-latency, high-performance predictive analytics without requiring complex infrastructure. The platform's intuitive approach allows developers to focus on building intelligence-driven solutions, while Allora takes care of the heavy lifting behind the scenes.
npm install @goat-sdk/plugin-allora
yarn add @goat-sdk/plugin-allora
pnpm add @goat-sdk/plugin-allora
import { allora } from '@goat-sdk/plugin-allora'
const plugin = allora({
apiKey: process.env.ALLORA_API_KEY, // Get it from: https://allora.network/api-access
})
- Fetch price prediction for the given asset and timeframe.