Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.45 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.45 KB

Solana Actions

Welcome to the Solana Actions repository! This project contains a collection of scripts and utilities for performing various actions on the Solana blockchain, such as Jupiter DEX swap, transferring SOL, staking, memo, and more.

Overview

This project aims to provide a comprehensive set of tools for interacting with the Solana blockchain. Whether you are a developer looking to integrate Solana actions into your applications or a user wanting to perform various Solana transactions, this repository has you covered.

Features

  • Jupiter DEX Swap: Perform token swaps using the Jupiter decentralized exchange.
  • Transfer SOL: Easily transfer SOL tokens between wallets.
  • Staking: Stake your SOL tokens to earn rewards.
  • Memo: A simple on-chain memo.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js (v14 or higher)
  • npm or yarn
  • A Solana wallet with SOL tokens for transactions
  • A connection to the Solana network (devnet or mainnet)

Installation

  1. Clone the repository:

    git clone https://github.com/ShivankK26/Solana-Actions.git
  2. Install the dependencies:

    npm install

Resources