Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
msanlisavas committed Jun 26, 2024
2 parents a2726ec + 90306bd commit 97a16c6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 97a16c6

Please sign in to comment.