|
9 | 9 |
|
10 | 10 | The Thirdweb .NET SDK is a comprehensive and easy to use library that allows developers to interact with the blockchain using the .NET framework. It simplifies the integration of all [thirdweb](https://thirdweb.com/) functionality with a minimal set of dependencies. |
11 | 11 |
|
12 | | -## Features |
| 12 | +## Core Features |
13 | 13 |
|
14 | | -- **Connect to any EVM network:** Easily connect to Ethereum and other EVM-compatible networks. |
15 | | -- **Query blockchain data:** Use Thirdweb RPC to fetch blockchain data efficiently. |
| 14 | +- **Connect to any EVM network:** Easily connect to blockchain network with its chain id alone. |
16 | 15 | - **Interact with smart contracts:** Simplified read and write operations for smart contracts, with various out-of-the-box extensions provided. |
17 | | -- **In-App Wallets:** Integrate user-friendly wallets within your applications, supporting email, phone, and OAuth login. |
| 16 | +- **In-App Wallets:** Integrate user-friendly wallets within your applications, supporting email, phone, OAuth login or plug your own auth in. |
18 | 17 | - **Ecosystem Wallets:** Basically In-App Wallets functionality wise, with the added benefit of being able to securely share your wallets with third party partners. |
19 | | -- **Account Abstraction:** Simplify complex account management tasks with smart wallets. |
20 | | -- **Gasless Transactions:** Enable transactions without requiring users to pay gas fees. |
21 | | -- **Storage Solutions:** Download and upload files using IPFS. |
| 18 | +- **Account Abstraction:** Turn any wallet into a programmable smart wallet (EIP-4337 or EIP-7702) with built-in gas sponsorship and granular session key features. |
| 19 | +- **Storage Solutions:** Download and upload files using IPFS or HTTPS. |
22 | 20 | - **Transaction Builder:** Create, manipulate and send low level transactions. |
23 | 21 | - **Session Keys:** Advanced control for smart wallets to manage permissions and session durations. |
24 | 22 | - **Thirdweb Bridge:** Universal interface to use any asset onchain. |
25 | 23 | - **Thirdweb Nebula:** Create blockchain-powered AI Agents. |
26 | 24 | - **Thirdweb Insight:** Query blockchain data at the speed of light. |
27 | 25 | - **Thirdweb Engine:** Interact in creative ways from your backend. |
28 | | -- **Unity Compatibility**: This SDK has been tested successfully in [Unity 2021.3+](https://portal.thirdweb.com/unity/v5) (Standalone, Mobile and WebGL). |
| 26 | +- **Unity Compatibility**: This SDK has been tested successfully in [Unity 2022.3+](https://portal.thirdweb.com/unity/v5) (All build targets). |
29 | 27 | - **Godot Compatibility**: This SDK has been tested successfully in [Godot .NET](https://portal.thirdweb.com/dotnet/godot) |
30 | 28 | - **MAUI Compatibility**: This SDK has been tested successfully in [MAUI](https://portal.thirdweb.com/dotnet/maui) |
31 | 29 |
|
|
0 commit comments