Skip to content

Commit a08f4f9

Browse files
committed
Add NuGet badges, usage instructions, and installation example to README
1 parent 97b557b commit a08f4f9

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# SolSharp
22

3+
[![NuGet](https://img.shields.io/nuget/v/SolSharp.svg?logo=nuget)](https://www.nuget.org/packages/SolSharp)
4+
[![Downloads](https://img.shields.io/nuget/dt/SolSharp.svg?logo=nuget)](https://www.nuget.org/packages/SolSharp)
5+
[![build](https://github.com/jecacs/SolSharp/actions/workflows/ci.yml/badge.svg)](https://github.com/jecacs/SolSharp/actions/workflows/ci.yml)
6+
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
7+
38
A lean, modern .NET SDK for Solana — RPC, WebSocket streaming, and wire-level
49
transaction signing and building.
510

@@ -40,6 +45,16 @@ SolSharp ships as a **single NuGet package** — `SolSharp` — so one `dotnet a
4045
everything. Internally it stays four layered assemblies, bundled into that one package (namespaces are
4146
unchanged: `SolSharp.Core.*`, `SolSharp.Rpc`, `SolSharp.Wallet`, `SolSharp.Programs`):
4247

48+
Install from [NuGet](https://www.nuget.org/packages/SolSharp):
49+
50+
```bash
51+
dotnet add package SolSharp
52+
```
53+
54+
```xml
55+
<PackageReference Include="SolSharp" Version="0.1.0" />
56+
```
57+
4358
| Assembly | Purpose | Status |
4459
| ------------------ | --------------------------------------------------- | ------ |
4560
| `SolSharp.Core` | Primitives, encoding, JSON, program/sysvar constants | Usable |

0 commit comments

Comments
 (0)