Virus-Axel / godot-solana-sdk

Build Solana games with godot. This GDExtension will enable godot to make on-chain and Solana integrated games.
MIT License
38 stars 12 forks source link

Add candy machine example project #217

Closed Virus-Axel closed 5 months ago

Virus-Axel commented 5 months ago

Candy machine has no test coverage. This commit adds a test project to run with github workflows. The project tests initializing a candy machine and minting from one. This commit also includes small fixes to candy machine data serialization and instruction synthesis.