Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to C# and gdscript sdks #594

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/intro/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading