stellar_flutter_sdk
Build Stellar blockchain apps in Flutter and Dart
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core