Skip to content

Commit 9989a3d

Browse files
authored
Update README.md
Signed-off-by: Firekeeper <0xFirekeeper@gmail.com>
1 parent 9ea7a09 commit 9989a3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77

88
## Overview
99

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.
1111

1212
## Features
1313

1414
- **Connect to any EVM network:** Easily connect to Ethereum and other EVM-compatible networks.
1515
- **Query blockchain data:** Use Thirdweb RPC to fetch blockchain data efficiently.
1616
- **Interact with smart contracts:** Simplified read and write operations for smart contracts, with various out-of-the-box extensions provided.
1717
- **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).
1919
- **Gasless Transactions:** Enable transactions without requiring users to pay gas fees.
2020
- **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.
2222
- **Session Keys:** Advanced control for smart wallets to manage permissions and session durations.
2323
- **Thirdweb Pay:** Easily integrate fiat onramps and cross-chain crypto purchases.
2424
- **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
4444

4545
For any questions or support, visit our [Support Portal](https://thirdweb.com/support).
4646

47-
Thank you for trying out the Thirdweb Unity SDK!
47+
Thank you for trying out the Thirdweb .NET SDK!

0 commit comments

Comments
 (0)