Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shivankk26/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.
https://github.com/shivankk26/solana-actions

actions blinks blockchain git jupiter jupiter-aggregator solana solana-actions solana-blinks staking web3

Last synced: 6 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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](https://nodejs.org/) (v14 or higher)
- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)
- A Solana wallet with SOL tokens for transactions
- A connection to the Solana network (devnet or mainnet)

## Installation

1. Clone the repository:

```sh
git clone https://github.com/ShivankK26/Solana-Actions.git
```

2. Install the dependencies:

```sh
npm install
```

## Resources

- [Solana Actions docs](https://solana.com/docs/advanced/actions)
- [Dialect Dashboard](https://dashboard.dialect.to/actions)
- [Dialect Docs](https://docs.dialect.to/documentation)