Skip to content

Commit

Permalink
zerepy and virtuals
Browse files Browse the repository at this point in the history
  • Loading branch information
kush-alloralabs committed Feb 18, 2025
1 parent 6226892 commit e052f00
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions pages/marketplace/explore.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@ import { Cards, Card, Callout } from 'nextra/components'

# Explore Allora's Marketplace

Allora's marketplace is a platform for developers to build and publish integrations for the Allora network.
Allora's marketplace is a set of plugins for developers to build and publish integrations using the Allora network.

## Integrations

<Cards>
<Card title="Eliza OS" href="/marketplace/integrations/eliza-os/example-usage" />
<Card title="GOAT SDK" href="/marketplace/integrations/goat-sdk" />
</Cards>
- ### [Eliza OS](https://github.com/elizaOS/eliza/tree/main/packages/plugin-allora)
A powerful operating system plugin that enables seamless interaction with Eliza-based systems.

- ### [GOAT SDK](https://www.npmjs.com/package/@goat-sdk/plugin-allora)
Software Development Kit for building and deploying GOAT applications.

- ### [Zerepy SDK](https://github.com/blorm-network/ZerePy/blob/52d86b0151049ab2f2880e60207e6012ffd60829/src/connections/allora_connection.py#L15)
Python SDK for building and deploying Zerepy applications.

- ### [Virtuals SDK](https://github.com/game-by-virtuals/game-node/tree/main/plugins/alloraPlugin)
A plugin for the Game Agent that enables seamless interaction with Allora.

0 comments on commit e052f00

Please sign in to comment.