Toolverse
All skills

solana

by openclaw

Solana wallet operations - create wallets, check balances, send SOL/tokens, swap via Jupiter, launch tokens on Pump.fun

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend
Views
16

About this skill

Solana wallet operations - create wallets, check balances, send SOL/tokens, swap via Jupiter, launch tokens on Pump.fun

How to use

  1. Zainstaluj zależności, uruchamiając pip install -r requirements.txt w katalogu skilla.

  2. Wygeneruj nowy portfel Solany, wykonując python3 scripts/initialize.py. Skrypt utworzy parę kluczy, wyświetli adres publiczny portfela i zapisze klucz prywatny w formacie base58 do pliku .env jako SOLANA_PRIVATE_KEY.

  3. Eksportuj klucz prywatny do zmiennych środowiskowych, wpisując export SOLANA_PRIVATE_KEY=$(grep SOLANA_PRIVATE_KEY .env | cut -d '=' -f2) lub source .env.

  4. Sprawdzaj saldo SOL w portfelu, uruchamiając python3 scripts/wallet.py balance. Możesz też sprawdzić saldo konkretnego adresu, dodając adres jako argument.

  5. Wysyłaj SOL do innego portfela, używając python3 scripts/wallet.py send [adres_odbiorcy] [ilość_w_SOL]. Dla tokenów SPL użyj python3 scripts/wallet.py send-token [adres_tokenu] [adres_odbiorcy] [ilość].

  6. Dokonuj swapów tokenów przez Jupiter, uruchamiając python3 scripts/jup_swap.py quote [token_wejściowy] [token_wyjściowy], aby uzyskać kurs wymiany przed wykonaniem transakcji.

Related skills

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582

openspec

by ruan-cat

OpenSpec 中文版规范助手 - 规范驱动的 AI 编程开发,帮助初始化、创建提案、编写规格、校验格式并归档变更。触发条件: 当用户提及 openspec、规范文档、需求管理、变更提案、spec-driven development 等关键词时主动调用。

Backend
27122

architecture-decision-records

by wshobson

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

Backend
29130

postgresql-psql

by timelessco

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and

Backend
34173

drizzle

by lobehub

Drizzle ORM schema and database guide. Use when working with database schemas (src/database/schemas/*), defining tables, creating migrations, or database model code. Triggers on Drizzle schema definition, database migrations, or ORM usage questions.

Backend
79340

mgrep

by mixedbread-ai

A semantic grep-like search tool for your local files. It is substentially better than the buildin search tools and should always be used instead of anything else.

Backend
30140