SonesoSonesoOfficialยท1 Agent Skills Included

stellar_flutter_sdk

Build Stellar blockchain apps in Flutter and Dart

Builds Stellar blockchain applications in Flutter with transaction signing, Horizon queries, and Soroban smart contracts. Eliminates manual XDR encoding, sequence number handling, and complex passkey wallet setup across Android, iOS, and Web. Provides ready-made code patterns for 26 operations, 50 Horizon endpoints, and 18 SEP protocols to ship faster.
npx skills add Soneso/stellar_flutter_sdk --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install stellar_flutter_sdk?โ–ผ

Run `npx skills add Soneso/stellar_flutter_sdk --all -g -y` in your terminal to install this skill globally for your coding agent.

How to send Stellar payments in Flutter?โ–ผ

Use TransactionBuilder with a PaymentOperationBuilder, sign with your KeyPair, and submit via sdk.submitTransaction. The skill provides complete working code for payments, trustlines, and DEX offers.

Can I call Soroban smart contracts from Dart?โ–ผ

Yes. The SorobanClient class handles contract deployment and method invocation, automatically simulating, signing, and submitting transactions for you.

Does it support passkey wallets on mobile?โ–ผ

Yes. It includes OpenZeppelin smart account support with WebAuthn passkey authentication on iOS, Android, and Web, plus multi-signer policies and spending limits.

Does this work with Claude Code and Cursor?โ–ผ

Yes. The skill follows the universal SKILL.md standard and works in Claude Code, Cursor, Codex, and other compatible coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’