Godot Starter
Starter kit to build with Godot and thirdweb without additional initial configuration.
by
thirdweb
Category
Gaming
Frameworks
Godot
Getting Started
In this project, you can find a Godot integration of thirdweb, using thirdweb's .NET SDK.
This is a lightweight project that consists of a Scene_Examples
and a couple scripts showcasing In-App Wallet connection flows and some web3 actions.
You can find the thirdweb top-level initialization script in ThirdwebManager.cs
, grid button implementations in ActionGrid.cs
, In-App Wallet login functionality in SendOTP.cs
and SubmitOTP.cs
. The InAppWallet could easily be passed to a SmartWallet if you want to support gasless transactions.
Please visit the .NET SDK documentation to learn more about thirdweb APIs, including but not limited to Account Abstraction, RPC, Transaction and Storage functionality.