Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shivankk26/solana-actions
- Owner: ShivankK26
- Created: 2024-06-29T21:14:31.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-03T08:59:36.000Z (5 months ago)
- Last Synced: 2024-07-04T14:34:14.144Z (5 months ago)
- Topics: actions, blinks, blockchain, git, jupiter, jupiter-aggregator, solana, solana-actions, solana-blinks, staking, web3
- Language: TypeScript
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)