DennisPitallano / Cash.NetCore

BCH API Wrapper for .NetCore

Home Page:https://dennispitallano.github.io/docs/cash-netcore/cashgetstarted

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

BCH API Wrapper for .NetCore

https://dennispitallano.github.io/docs/cash-netcore/cashgetstarted

License:MIT License


Languages

Language:C# 100.0%