Store Ethereum blockchain data in Sql Server using Entity Framework core.
Info
Version: | 4.11.0 |
Author(s): | Dave Whiffin, Nethereum team, Nethereum contributors, Juan Blanco |
Last Update: | Thursday, October 27, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://nethereum.com/ |
NuGet Url: | https://www.nuget.org/packages/Nethereum.BlockchainStore.EFCore.SqlServer |
Install
Install-Package Nethereum.BlockchainStore.EFCore.SqlServer
dotnet add package Nethereum.BlockchainStore.EFCore.SqlServer
paket add Nethereum.BlockchainStore.EFCore.SqlServer
Nethereum.BlockchainStore.EFCore.SqlServer Download (Unzip the "nupkg" after downloading)
Dependencies
- Nethereum.BlockchainStore.EFCore(>= 3.8.0)
- Nethereum.Microsoft.Configuration.Utils(>= 3.8.0)
- Microsoft.EntityFrameworkCore(>= 3.1.1)
- Microsoft.EntityFrameworkCore.SqlServer(>= 3.1.1)
- Microsoft.Extensions.Configuration(>= 3.1.1)
- Microsoft.Extensions.Configuration.EnvironmentVariables(>= 3.1.1)
- Microsoft.Extensions.Configuration.Json(>= 3.1.1)
- Nethereum.Web3(>= 3.8.0)
- System.Configuration.ConfigurationManager(>= 4.7.0)
Tags