You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,18 @@
7
7
8
8
## Overview
9
9
10
-
The Thirdweb .NET SDK is a comprehensive library that allows developers to interact with the blockchain using the .NET framework. It simplifies the integration of Web3 functionality into your .NET applications with a robust set of methods and classes and a minimal amount of dependencies.
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
12
## Features
13
13
14
14
-**Connect to any EVM network:** Easily connect to Ethereum and other EVM-compatible networks.
15
15
-**Query blockchain data:** Use Thirdweb RPC to fetch blockchain data efficiently.
16
16
-**Interact with smart contracts:** Simplified read and write operations for smart contracts, with various out-of-the-box extensions provided.
17
17
-**In-App Wallets:** Integrate user-friendly wallets within your applications, supporting email, phone, and OAuth login.
18
-
-**Account Abstraction:** Simplify complex account management tasks with smart wallets.
18
+
-**Account Abstraction:** Simplify complex account management tasks with smart wallets, (ERC4337 or native zkSync AA).
19
19
-**Gasless Transactions:** Enable transactions without requiring users to pay gas fees.
20
20
-**Storage Solutions:** Download and upload files using IPFS.
21
-
-**Transaction Builder:**Easily build and send transactions.
21
+
-**Transaction Builder:**Create, manipulate and send low level transactions.
22
22
-**Session Keys:** Advanced control for smart wallets to manage permissions and session durations.
23
23
-**Thirdweb Pay:** Easily integrate fiat onramps and cross-chain crypto purchases.
24
24
-**Unity Compatibility**: This SDK has been tested successfully in [Unity 2021.3+](https://portal.thirdweb.com/unity/v5) (Standalone, Mobile and WebGL).
@@ -44,4 +44,4 @@ dotnet add package Thirdweb
44
44
45
45
For any questions or support, visit our [Support Portal](https://thirdweb.com/support).
0 commit comments