dflow_phantom-connect-skill
Build Solana wallet apps, swaps, and payment flows
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install dflow_phantom-connect-skill?โผ
Run `npx skills add DFlowProtocol/dflow_phantom-connect-skill --all -g -y` in your terminal to install all skills in this repository globally.
How to connect a Phantom wallet in React?โผ
This skill guides your coding assistant through installing @phantom/react-sdk, wrapping your app in PhantomProvider, and using hooks like useModal and useAccounts for wallet login.
How to add Solana token swaps to my app?โผ
It walks through the DFlow /order flow: request a signed-ready transaction, sign it with the Phantom SDK, submit, and confirm, with the API key kept safely on your backend.
Can I build token-gated pages or NFT mints?โผ
Yes. It includes ready patterns for checking wallet token balances to gate content and for building NFT mint pages with Metaplex Core and compressed NFTs.
Does it work with Claude Code and other coding assistants?โผ
Yes. It follows the universal SKILL.md standard, so it runs in Claude Code, Cursor, and any assistant that supports agent skills.
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