Evoq.Blockchain 1.0.8

dotnet add package Evoq.Blockchain --version 1.0.8
                    
NuGet\Install-Package Evoq.Blockchain -Version 1.0.8
                    
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="Evoq.Blockchain" Version="1.0.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Evoq.Blockchain" Version="1.0.8" />
                    
Directory.Packages.props
<PackageReference Include="Evoq.Blockchain" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Evoq.Blockchain --version 1.0.8
                    
#r "nuget: Evoq.Blockchain, 1.0.8"
                    
#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.
#addin nuget:?package=Evoq.Blockchain&version=1.0.8
                    
Install Evoq.Blockchain as a Cake Addin
#tool nuget:?package=Evoq.Blockchain&version=1.0.8
                    
Install Evoq.Blockchain as a Cake Tool

Evoq.Blockchain

A lightweight .NET library providing utilities for blockchain integration. This package contains common types and helpers that are useful when working with any blockchain from .NET applications.

Installation

dotnet add package Evoq.Blockchain

Features

  • Type-safe blockchain primitives
  • Common blockchain data structures
  • Utility methods for blockchain operations
  • Framework-agnostic design (works with any blockchain implementation)

Target Frameworks

This package targets .NET Standard 2.0 for maximum compatibility across:

  • .NET 6.0+
  • .NET Framework 4.6.1+
  • .NET Core 2.0+
  • Xamarin
  • Unity

Usage

// Example usage will be added as features are implemented

Building

dotnet build
dotnet test

The repository includes shell scripts to simplify the build and publishing process:

build.sh

This script automates the build process:

  • Cleans previous artifacts
  • Builds the project in Release configuration
  • Runs all tests
  • Creates a NuGet package in the ./artifacts directory
# Make the script executable
chmod +x build.sh

# Run the build script
./build.sh

publish.sh

This script publishes the NuGet package to NuGet.org:

  • Requires the NUGET_API_KEY environment variable to be set
  • Finds the .nupkg file in the artifacts directory
  • Pushes the package to NuGet.org
# Make the script executable
chmod +x publish.sh

# Set your NuGet API key
export NUGET_API_KEY="your-nuget-api-key"

# Run the publish script
./publish.sh

Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Luke Puplett

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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.1

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Evoq.Blockchain:

Package Downloads
Evoq.Ethereum

Ethereum-specific utilities and extensions for .NET applications

Evoq.Ethereum.EAS

Easy to use implementation of the Ethereum Attestation Service

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.8 263 3/17/2025
1.0.7 104 3/14/2025
1.0.6 132 3/13/2025
1.0.5 134 3/13/2025
1.0.4 198 3/7/2025
1.0.2 196 3/4/2025
1.0.0 324 2/12/2025