File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
38A lean, modern .NET SDK for Solana — RPC, WebSocket streaming, and wire-level
49transaction signing and building.
510
@@ -40,6 +45,16 @@ SolSharp ships as a **single NuGet package** — `SolSharp` — so one `dotnet a
4045everything. Internally it stays four layered assemblies, bundled into that one package (namespaces are
4146unchanged: ` 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 |
You can’t perform that action at this time.
0 commit comments