Skip to content

DennisPitallano/Cash.NetCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cash.🅽🅴🆃🅲🅾🆁🅴

BCH API Wrapper for .NetCore.

For more details, visit BCH API

cash.netcore on fuget.org Nuget Nuget

# 🐲Cash API ENDPOINTS:

Current Version version 1.0.0

🎯Blockchain API

Installation

  1. Download and Install the latest Cash.NetCore from NuGet using Package Manager, CLI or by adding it to Package Reference:

    <PackageReference Include="Cash.NetCore" Version="1.0.0" />
    dotnet add package Cash.NetCore --version 1.0.0
    PM> Install-Package Cash.NetCore -Version 1.0.0
  2. Import the following namespace in the class:

    using Cash.NetCore;

See the detailed guide here.