Thirdweb 0.0.1
.NET 6.0
This package targets .NET 6.0. The package is compatible with this framework or higher.
.NET Standard 2.0
This package targets .NET Standard 2.0. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Thirdweb --version 0.0.1
NuGet\Install-Package Thirdweb -Version 0.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Thirdweb" Version="0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Thirdweb --version 0.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Thirdweb, 0.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Thirdweb as a Cake Addin #addin nuget:?package=Thirdweb&version=0.0.1 // Install Thirdweb as a Cake Tool #tool nuget:?package=Thirdweb&version=0.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Thirdweb .NET SDK
Overview
The Thirdweb .NET SDK is a powerful library that allows developers to interact with the blockchain using the .NET framework. It provides a set of convenient methods and classes to simplify the integration of Web3 functionality into your .NET applications.
Features
- Connect to any EVM network
- Query blockchain data using Thirdweb RPC
- Interact with smart contracts
Installation
To use the Thirdweb .NET SDK in your project, you can either download the source code and build it manually, or install it via NuGet package manager.
dotnet add package Thirdweb
Usage
using Thirdweb;
// Create a client
var clientOptions = new ThirdwebClientOptions(secretKey: secretKey);
var client = new ThirdwebClient(clientOptions);
// Interact with a contract
var contractOptions = new ThirdwebContractOptions(client: client, address: "0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D", chain: 1, abi: "function name() view returns (string)");
var contract = new ThirdwebContract(contractOptions);
var readResult = await ThirdwebContract.ReadContract<string>(contract, "name");
Console.WriteLine($"Contract read result: {readResult}");
// Or directly interact with the RPC
var rpc = ThirdwebRPC.GetRpcInstance(client, 1);
var blockNumber = await rpc.SendRequestAsync<string>("eth_blockNumber");
Console.WriteLine($"Block number: {blockNumber}");
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Nethereum.ABI (>= 4.19.0)
- Nethereum.Contracts (>= 4.19.0)
- Nethereum.Hex (>= 4.19.0)
- Newtonsoft.Json (>= 13.0.3)
-
.NETStandard 2.1
- Nethereum.ABI (>= 4.19.0)
- Nethereum.Contracts (>= 4.19.0)
- Nethereum.Hex (>= 4.19.0)
- Newtonsoft.Json (>= 13.0.3)
-
net6.0
- Nethereum.ABI (>= 4.19.0)
- Nethereum.Contracts (>= 4.19.0)
- Nethereum.Hex (>= 4.19.0)
- Newtonsoft.Json (>= 13.0.3)
-
net7.0
- Nethereum.ABI (>= 4.19.0)
- Nethereum.Contracts (>= 4.19.0)
- Nethereum.Hex (>= 4.19.0)
- Newtonsoft.Json (>= 13.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.8.1 | 0 | 11/7/2024 |
2.7.1 | 0 | 11/7/2024 |
2.7.0 | 65 | 11/6/2024 |
2.6.1 | 82 | 10/24/2024 |
2.6.0 | 77 | 10/24/2024 |
2.5.2 | 72 | 10/24/2024 |
2.5.1 | 93 | 10/10/2024 |
2.5.0 | 78 | 10/9/2024 |
2.4.0 | 83 | 10/3/2024 |
2.3.1 | 86 | 10/2/2024 |
2.3.0 | 94 | 9/27/2024 |
2.2.2 | 97 | 9/23/2024 |
2.2.1 | 75 | 9/21/2024 |
2.2.0 | 82 | 9/20/2024 |
2.1.1 | 93 | 9/13/2024 |
2.1.0 | 121 | 9/11/2024 |
2.0.2 | 97 | 9/10/2024 |
2.0.1 | 102 | 9/9/2024 |
2.0.0 | 116 | 9/5/2024 |
1.5.0 | 124 | 8/20/2024 |
1.4.0 | 818 | 8/12/2024 |
1.3.0 | 94 | 8/7/2024 |
1.2.0 | 92 | 8/7/2024 |
1.1.0 | 79 | 8/2/2024 |
1.0.2 | 81 | 7/31/2024 |
1.0.1 | 95 | 7/16/2024 |
1.0.0 | 137 | 7/1/2024 |
0.4.0 | 146 | 6/1/2024 |
0.3.1 | 118 | 5/29/2024 |
0.3.0 | 120 | 5/23/2024 |
0.2.0 | 145 | 5/15/2024 |
0.1.1 | 150 | 4/15/2024 |
0.1.0 | 104 | 4/12/2024 |
0.0.13 | 103 | 4/10/2024 |
0.0.12 | 105 | 4/10/2024 |
0.0.11 | 96 | 4/10/2024 |
0.0.10 | 107 | 4/10/2024 |
0.0.9 | 117 | 4/10/2024 |
0.0.8 | 112 | 4/9/2024 |
0.0.7 | 101 | 4/9/2024 |
0.0.6 | 117 | 4/8/2024 |
0.0.5 | 118 | 4/5/2024 |
0.0.4 | 109 | 4/3/2024 |
0.0.3 | 101 | 4/3/2024 |
0.0.1 | 133 | 3/26/2024 |
0.0.0 | 134 | 3/26/2024 |