Skip to content

Commit

Permalink
removed upshot from marketplace (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
kush-alloralabs authored Feb 10, 2025
2 parents b1b8e71 + 41280f3 commit 6226892
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
4 changes: 0 additions & 4 deletions pages/marketplace/explore.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ Allora's marketplace is a platform for developers to build and publish integrati
<Card title="Eliza OS" href="/marketplace/integrations/eliza-os/example-usage" />
<Card title="GOAT SDK" href="/marketplace/integrations/goat-sdk" />
</Cards>

## Prerequisites

- Grab an [Allora API Key](https://developer.upshot.xyz) before you start. This is required to use the plugin.
10 changes: 1 addition & 9 deletions pages/marketplace/integrations/eliza-os/example-usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ This example will show you how to use the Allora Network plugin for Eliza OS by
- Node 23.3
- [Python 2.7+](https://www.python.org/downloads/)
- [`pnpm`](https://pnpm.io/installation)
- [Allora API Key](https://developer.upshot.xyz)

## Download and Install Eliza OS

Expand All @@ -28,16 +27,9 @@ cp .env.example .env

### Change Allora API Key and Chain ID

In your `.env` file, change the `ALLORA_API_KEY` and `CHAIN_ID` to your Allora API Key and Chain ID (Chain ID is the Allora Network chain you want to interact with, e.g. `testnet` or `mainnet`).

<Callout type="info">
You can get your Allora API Key from the [Allora Developer Dashboard](https://developer.upshot.xyz).
</Callout>
In your `.env` file, change the `CHAIN_ID` to your Chain ID (Chain ID is the Allora Network chain you want to interact with, e.g. `testnet` or `mainnet`).

```bash
# Allora API Key
ALLORA_API_KEY=

# Chain ID
CHAIN_ID=
```
Expand Down
9 changes: 1 addition & 8 deletions pages/marketplace/integrations/goat-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,12 @@ As a Goat developer, this plugin enables you to:
npm install @goat-sdk/plugin-allora
```

## Environment Variables

- `ALLORA_API_KEY`: Your Allora API key. This is required to use the plugin.
- [Get your API key](https://developer.upshot.xyz)

## Setup

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

const plugin = allora({
apiKey: process.env.ALLORA_API_KEY,
})
const plugin = allora()
```

## Available Actions
Expand Down

0 comments on commit 6226892

Please sign in to comment.