stellar-dev

Guide Stellar development with Soroban smart contracts and Stellar SDKs.

1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/Carts1024/Highrable-Stellar --skill stellar-dev-carts1024
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stellar-dev
Source: https://github.com/Carts1024/Highrable-Stellar/tree/main/.agents/skills/stellar-dev
Command: npx skills add https://github.com/Carts1024/Highrable-Stellar --skill stellar-dev-carts1024

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill solves the problem of complex Stellar development by providing a comprehensive guide, resources, and best practices for building on the Stellar network and using the Soroban platform.

Core Features & Use Cases

  • Comprehensive Guide: Covering Soroban smart contracts, Stellar CLI, SDKs, RPC, Horizon API, wallet integration, and security patterns.
  • Use Case: If you are building a decentralized application on the Stellar network, this skill will help you manage smart contracts, interact with the network, and ensure the security and reliability of your application.

Quick Start

Run the "stellar-dev" skill to get started with Stellar development.

Frequently Asked Questions about stellar-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I develop Soroban smart contracts on the Stellar network?

To develop Soroban smart contracts on the Stellar network, use the Rust SDK and Stellar CLI. This guide covers writing contract logic in Rust and deploying it to interact with the Stellar network.

What is the best way to build a DeFi application using Stellar?

Building a DeFi application using Stellar requires utilizing Soroban smart contracts for core logic and Stellar SDKs for client integration. This approach supports asset tokenization and payment systems.

Can I use the Rust SDK for Stellar wallet integration and client applications?

Yes, the Rust SDK supports Stellar wallet integration and client applications. The guide details connecting clients to wallets and interacting with the network using RPC and Horizon APIs.

Does Stellar development with Soroban include security patterns for financial applications?

Stellar development with Soroban includes security patterns for financial applications. These patterns ensure the reliability of decentralized applications handling payments and asset tokenization.

How do I interact with the Stellar network using RPC and Horizon APIs?

You interact with the Stellar network using RPC and Horizon APIs by calling endpoints through Stellar SDKs. This enables client applications to query network data and submit transactions.