From c540e427c9152809cb0f840d8bcf83759f4fb220 Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Wed, 30 Oct 2024 19:46:51 +0100 Subject: [PATCH] Add links to C# and gdscript sdks --- docs/intro/dev.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/intro/dev.md b/docs/intro/dev.md index 42426b5db..9dffc3bc9 100644 --- a/docs/intro/dev.md +++ b/docs/intro/dev.md @@ -78,6 +78,8 @@ developers interact with the Solana network in most popular languages : | Go | [solana-go](https://github.com/gagliardetto/solana-go) | | Kotlin | [solanaKT](https://github.com/metaplex-foundation/SolanaKT) or [sol4k](https://github.com/sol4k/sol4k) | | Dart | [solana](https://github.com/espresso-cash/espresso-cash-public/tree/master/packages/solana) | +| C# | [solnet](https://github.com/bmresearch/Solnet) | +| GdScript | [godot](https://github.com/Virus-Axel/godot-solana-sdk/) | You'll also need a connection with an RPC to interact with the network. You can either work with a [RPC infrastructure provider](https://solana.com/rpc) or