From 90306bd4ad3bdc58af1b015b6d34542e0613e80d Mon Sep 17 00:00:00 2001 From: msanlisavas <80029111+msanlisavas@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:42:38 +0300 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b06bff7..59611e4 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,17 @@ The library is targeting both `.NET Standard 2.0` and `.NET Standard 2.1` for op ## To do list - Implementation of Streaming API +## Get the library +`Package Manager` + ``` +NuGet\Install-Package CSPR.Cloud.Net -Version 1.0.0 + ``` +`.NET CLI` + ``` +dotnet add package CSPR.Cloud.Net --version 1.0.0 + ``` + + ## How to Use The `CasperCloudRestClient` class provides an easy way to interact with the CSPR Cloud API for both Mainnet and Testnet environments. Below are the steps to initialize and use the client in your application.