Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions skills/meteora/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
schema_version: 1
name: meteora
version: "0.1.0"
description: "Meteora DLMM plugin for searching pools, getting swap quotes, checking positions, and executing swaps on Solana"
author:
name: "skylavis-sky"
github: "skylavis-sky"
license: MIT
category: defi-protocol
tags:
- solana
- dex
- liquidity
- dlmm
- swap

components:
skill:
dir: skills/meteora

build:
lang: rust
binary_name: meteora
source_repo: skylavis-sky/onchainos-plugins
source_commit: "df1e7d0036ccb440358198aff226b093ecc58840"
source_dir: meteora

api_calls:
- "https://dlmm.datapi.meteora.ag"
Loading