NostrNet.Core 0.1.0-preview8

This is a prerelease version of NostrNet.Core.
dotnet add package NostrNet.Core --version 0.1.0-preview8
                    
NuGet\Install-Package NostrNet.Core -Version 0.1.0-preview8
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NostrNet.Core" Version="0.1.0-preview8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NostrNet.Core" Version="0.1.0-preview8" />
                    
Directory.Packages.props
<PackageReference Include="NostrNet.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NostrNet.Core --version 0.1.0-preview8
                    
#r "nuget: NostrNet.Core, 0.1.0-preview8"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package NostrNet.Core@0.1.0-preview8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NostrNet.Core&version=0.1.0-preview8&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=NostrNet.Core&version=0.1.0-preview8&prerelease
                    
Install as a Cake Tool

<p align="center"> <img src="https://raw.githubusercontent.com/Galaxoid-Labs/NostrNet/main/logo.png" alt="NostrNet" width="320" /> </p>

NostrNet.Core

Foundational types for the NostrNet .NET 10 Nostr client library: BIP-340 keys, canonical event serialization, NIP-19 bech32 entities, profiles (NIP-01), long-form articles (NIP-23), web bookmarks (NIP-B0), contact lists (NIP-02), event deletions (NIP-09), thread/reply tagging (NIP-10), reactions (NIP-25), and more.

Also defines INostrTypedEvent<TSelf> — the static-abstract-interface marker every typed wrapper (Profile, Article, WebBookmark, UserStatus, …) implements so the generic store extensions (store.ObserveAsync<T>() / QueryAsync<T>() / GetAsync<T>() in NostrNet.Client) can project raw events into typed values without per-type extension methods.

Most apps don't reference this package directly — install NostrNet.Client which pulls Core in transitively along with relay support and the typed accessors.

See the main project README for usage.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on NostrNet.Core:

Package Downloads
NostrNet.Relay

Cross-platform .NET Nostr client library: keys, events, NIP-19, NIP-44 v2, NIP-17 DMs, relay client.

NostrNet.Crypto

Cross-platform .NET Nostr client library: keys, events, NIP-19, NIP-44 v2, NIP-17 DMs, relay client.

NostrNet.Client

Cross-platform .NET Nostr client library: keys, events, NIP-19, NIP-44 v2, NIP-17 DMs, relay client.

NostrNet.Marmot

Marmot protocol (MLS-over-Nostr) wire envelope. Provides the Nostr-layer event kinds, TLS codec, and Marmot Group Data extension. MLS itself is pluggable via IMarmotMlsProvider.

NostrNet.Marmot.Mls.Native

OpenMLS-backed IMarmotMlsProvider for Marmot. Cross-process interop with any RFC 9420 MLS implementation. Native binary is built from the in-tree nostrnet-marmot-native Rust crate.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0-preview8 105 5/16/2026
0.1.0-preview7 101 5/15/2026
0.1.0-preview6 91 5/15/2026
0.1.0-preview5 91 5/15/2026
0.1.0-preview4 88 5/15/2026
0.1.0-preview3 82 5/15/2026
0.1.0-preview2 146 5/15/2026
0.1.0-preview19 222 5/18/2026
0.1.0-preview18 89 5/18/2026
0.1.0-preview17 91 5/18/2026
0.1.0-preview16 88 5/17/2026
0.1.0-preview15 93 5/17/2026
0.1.0-preview14 88 5/17/2026
0.1.0-preview13 86 5/17/2026
0.1.0-preview12 88 5/17/2026
0.1.0-preview11 90 5/17/2026
0.1.0-preview10 83 5/16/2026