godot-solana-sdk
Build Solana blockchain games in Godot with GDScript
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install godot-solana-sdk?โผ
Run `npx skills add Virus-Axel/godot-solana-sdk --all -g -y` in your terminal to install this skill globally.
How to send Solana transactions in Godot?โผ
Add a Transaction node, set a payer keypair, attach instructions like SystemProgram.transfer, then call sign_and_send and await the confirmation signals.
Can I connect Phantom wallet to a Godot game?โผ
Yes. The WalletAdapter node supports Phantom, Solflare, Backpack, and many other wallets, mainly for web exports.
How to mint NFTs in a Godot game?โผ
Use the MplCandyMachine and MplTokenMetadata nodes to configure a Candy Machine and mint NFTs directly from GDScript.
Does godot-solana-sdk work with Anchor programs?โผ
Yes. The AnchorProgram node loads any program's IDL and lets you build and send instructions to it from GDScript.
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