Godot Solana SDK
by thomukas1
Godot Solana SDK
A GDExtention that gives Godot engine Solana support. This plugin provides the possibility to create Solana games for any platform supported by Godot. Utilize NFTs and Solana smart contracts in your game. The SDK has interface nodes for Anchor programs and instruction builders for Candy Machine, Candy Guard, System programs, SPL tokens and more.
How to use
Download the binaries in the release section here. place the binaries anywhere in your godot project directory under res://bin/. Reload your project and the SDK should be loaded.
See examples for an up to date usage example.
Caution
It might be dangerous to use mainnet in you applications. Crypto can be stolen. Security is not yet evaluated for the godot-solana-sdk. I can audit security if there is demand.
When the plugin is loaded, the engine will have an additional set of nodes and resources.
Nodes
These are some of the nodes provided by this plugin:
- SolanaUtils
- SolanaClient
- Account
- Transaction
- WalletAdapter
- ComputeBudget
- SystemProgram
- TokenProgram
- MplTokenMetadata
- AssociatedTokenAccountProgram
- MplCandyMachine
- MplCandyGuard
- AnchorProgram
Resources
These are some of the resources provided by this plugin:
- Pubkey
- Keypair
- CompiledInstruction
- Message
- Hash
- AccountMeta
- Instruction
- CreateMetaDataArgs
- MetaDataCreator
- MetaDataCollection
- MetaDataUses
- MetaData
- CreateMetaDataArgs
- CandyGuardAccessList
- CandyMachineData
Examples
There are example projects under the example folder. These are used to test the plugin whenever changes are made to the code. There might be some good references on how to get started. There are also a demo project on Github showcasing the plugin. The source can also be used for reference. The demo project is deployed on Github pages, go check it out. Here is how it looks.
Contributing
Feel free to open issues or feature requests. Contributions are very welcome. There is a contribution guideline but get involved by heading to discord or starting a discussion.
Setting up Build Environment
The plugin builds easily for your host platform with SCons.
git clone --recurse-submodules git@github.com:Virus-Axel/godot-solana-sdk.git
cd godot-solana-sdk
scons
This repository also includes means to build all the binaries in containers. This requires Podman to be installed.
scons --container_build
Projects using the Plugin
Hurry up, create some games and list them here!
Download
Support
If you need help or have questions about this plugin, please contact the author.
Contact Author