Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Allora GOAT Plugin

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.

Installation

npm install @goat-sdk/plugin-allora
yarn add @goat-sdk/plugin-allora
pnpm add @goat-sdk/plugin-allora

Setup

import { allora } from '@goat-sdk/plugin-allora'

const plugin = allora({ 
    apiKey: process.env.ALLORA_API_KEY, // Contact the Allora team on Discord for access to API keys
})

Available Actions

  1. Fetch price prediction for the given asset and timeframe.