Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thirdweb-example/godot-starter
Godot integration example using thirdweb's .NET SDK
https://github.com/thirdweb-example/godot-starter
ethereum evm game game-development godot godot-engine sdk thirdweb web3
Last synced: about 3 hours ago
JSON representation
Godot integration example using thirdweb's .NET SDK
- Host: GitHub
- URL: https://github.com/thirdweb-example/godot-starter
- Owner: thirdweb-example
- License: apache-2.0
- Created: 2024-04-25T01:00:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T12:03:28.000Z (3 months ago)
- Last Synced: 2024-08-13T15:03:02.755Z (3 months ago)
- Topics: ethereum, evm, game, game-development, godot, godot-engine, sdk, thirdweb, web3
- Language: C#
- Homepage:
- Size: 7.62 MB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Godot integration example using thirdweb's [.NET SDK](https://portal.thirdweb.com/dotnet/godot)
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 [InAppWallet](https://portal.thirdweb.com/dotnet/wallets/providers/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`, InAppWallet login functionality in `SendOTP.cs` and `SubmitOTP.cs`. The InAppWallet could easily be passed to a [SmartWallet](https://portal.thirdweb.com/dotnet/wallets/providers/account-abstraction) if you want to support gasless transactions.
Please visit the [.NET SDK documentation](https://portal.thirdweb.com/dotnet) to learn more about thirdweb APIs, including but not limited to Account Abstraction, RPC, Transaction and Storage functionality.
![c540a10beb33dbfd15d5fa7285eacd33](https://github.com/user-attachments/assets/972587f9-faa9-48dd-b498-8bf182812e56)