> For the complete documentation index, see [llms.txt](https://zenwiki.gitbook.io/solana-godot-sdk-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zenwiki.gitbook.io/solana-godot-sdk-docs/solana-godot-sdk/demo-and-examples.md).

# Demo & Examples

For your convenience, we have built a browser demo app which showcases the features of Solana Godot SDK, and it can be played here: <https://zenrepublic.github.io/GodotSolanaSDKDemos/>

Together with the authentication example, there are currently 8 Demos made for you to try out:

* Fetch SOL balance and send transaction to an address
* SPL Token balance and transaction to an address
* Load Assets and display them
* Load 3D Asset and display them
* Create an edit CORE asset
* Mint an Asset with a candymachine
* "Tiny Adventure" fully on-chain game
* On-chain highscore system with SOAR program
* Swap tokens through Jupiter Swap API

The addon features all those examples, which can be found in *addons -> SolanaSDK -> Demos*

You should start from *LoginScene.tscn* but feel free to inspect other scenes and their respective codes for managing web3 elements

<figure><img src="/files/G58ox4vlWBBnT7rMuG3n" alt=""><figcaption></figcaption></figure>

If you have questions, experience bugs or want to propose features, please do come to our [Discord Server](https://discord.gg/BfwZe3wear) and join the community of web3 creatives!

## Youtube Tutorials

### Create your first Web3 Game using Godot (10 episode Series)

{% embed url="<https://www.youtube.com/watch?v=UCe-vX3VCiM&list=PLcJMwJxnd40cqKQiwPPvVYFJUHpg_GlBO>" %}

### How to integrate a custom Anchor Program into your game?

{% embed url="<https://www.youtube.com/watch?v=0ZaUaKuQCm0&list=PLcJMwJxnd40dzpk9dbG0mmVeKDBYC2cWc>" %}

### Gamified Minting using Candymachine V3 by Metaplex

{% embed url="<https://www.youtube.com/watch?v=MxcFhECiliw&list=PLcJMwJxnd40eHY3SPaqu318eG1XnvqFnM>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://zenwiki.gitbook.io/solana-godot-sdk-docs/solana-godot-sdk/demo-and-examples.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
