Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atlas-2192/test

Meteora-Jupiter-Solana CLI application
https://github.com/atlas-2192/test

Last synced: 4 days ago
JSON representation

Meteora-Jupiter-Solana CLI application

Awesome Lists containing this project

README

        

# Solana DeFi CLI Application

## Overview

This is a command-line application that integrates with **Meteora** and **Jupiter** protocols on the Solana blockchain. It supports:

1. **Creating Liquidity Positions** (Meteora)
2. **Withdrawing and Closing Positions**
3. **Token Swaps to SOL** (Jupiter)

## Prerequisites

1. **Node.js** (v16+)
2. **Solana CLI** (Installed and configured)
3. **Devnet Wallet** with some SOL
4. **Dependencies**:
- `@meteora-ag/dlmm`
- `@jup-ag/api`
- `@solana/web3.js`
- `dotenv`
- `inquirer`

---

## Setup Instructions

```bash
git clone https://github.com/atlas-2192/Test.git
cd Test
npm install
```