Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Latest commit

 

History

History

crypto

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
id title description
getting-started
Getting Started
.NET Crypto Library For Working With Transactions

Crypto

{% hint style="danger" %} WARNING! This package is deprecated and is no longer maintained and supported. {% endhint %}

NuGet Package Manager

NuGet is the package manager for .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers.

Install Package

Install-Package ARKEcosystem.Crypto -Version 0.2.1

.NET CLI

dotnet add package ARKEcosystem.Crypto --version 0.2.1

PackageReference

For projects that support PackageReference, copy this XML node into the project file to reference the package.

<PackageReference Include="ArkEcosystem.Crypto" Version="0.2.1" />

Paket CLI

paket add ARKEcosystem.Crypto --version 0.2.1

Development

  1. Fork the package.

  2. Clone forked repository.

    git clone https://github.com/<githubusername>/dotnet-crypto
  3. Next, move into the fresh cloned directory.

    cd dotnet-crypto