Virus-AxelVirus-AxelCommunityยท1 Agent Skills Included

godot-solana-sdk

Build Solana blockchain games in Godot with GDScript

Adds full Solana blockchain support to Godot 4 game projects through ready-made nodes and resources. Handles transactions, wallet connections, SPL tokens, NFT minting, and Anchor smart contract calls directly from GDScript. Removes the need to write low-level RPC code or manage raw key cryptography by hand. Works on desktop, web, Android, and iOS builds with example projects included.
npx skills add Virus-Axel/godot-solana-sdk --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’