Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/atlas-2192/test
- Owner: atlas-2192
- Created: 2024-12-17T14:39:49.000Z (15 days ago)
- Default Branch: dev
- Last Pushed: 2024-12-17T22:07:06.000Z (14 days ago)
- Last Synced: 2024-12-17T23:18:59.141Z (14 days ago)
- Language: TypeScript
- Size: 267 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```