Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msanlisavas authored Jun 26, 2024
1 parent 65a5ef6 commit 90306bd
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 90306bd

Please sign in to comment.