BTCPayServer.NTag424 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package BTCPayServer.NTag424 --version 1.0.0
                    
NuGet\Install-Package BTCPayServer.NTag424 -Version 1.0.0
                    
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="BTCPayServer.NTag424" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BTCPayServer.NTag424" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="BTCPayServer.NTag424" />
                    
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 BTCPayServer.NTag424 --version 1.0.0
                    
#r "nuget: BTCPayServer.NTag424, 1.0.0"
                    
#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.
#addin nuget:?package=BTCPayServer.NTag424&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=BTCPayServer.NTag424&version=1.0.0
                    
Install as a Cake Tool

BTCPayServer.BoltCardTools

Introduction

This repository hosts tools that help with the creation of Bolt Cards.

Examples

Plug in a smart card reader, such as the identiv utrust 3700 f, and place an NTag 424 smart card on it.

Reference the nuget package BTCPayServer.NTag424.PCSC in your project.

dotnet add package BTCPayServer.NTag424.PCSC

Then to use it:

using BTCPayServer.NTag424.PCSC;
using System;

using var ctx = PCSCContext.Create();
var ntag424 = ctx.CreateNTag424();
var key = AESKey(new byte[16]);
await ntag.AuthenticateEV2First(0, key);

var id = ntag.GetCardUID();
var idStr = Convert.ToHexString(id, 0, id.Length).ToLowerInvariant();
Console.WriteLine($"Card UID: {idStr}");

License

MIT

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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 (1)

Showing the top 1 NuGet packages that depend on BTCPayServer.NTag424:

Package Downloads
BTCPayServer.NTag424.PCSC

A library to communicate with NTag 424 chips and assist BoltCard creation

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on BTCPayServer.NTag424:

Repository Stars
btcpayserver/btcpayserver
Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
Version Downloads Last Updated
1.0.25 8,032 12/3/2024
1.0.24 1,041 9/4/2024
1.0.23 7,558 4/24/2024
1.0.22 4,688 2/8/2024
1.0.21 187 1/25/2024
1.0.20 2,055 12/21/2023
1.0.19 918 12/21/2023
1.0.18 732 12/8/2023
1.0.17 278 11/3/2023
1.0.16 234 10/25/2023
1.0.15 178 10/24/2023
1.0.14 157 10/24/2023
1.0.13 184 10/24/2023
1.0.12 174 10/24/2023
1.0.11 260 10/23/2023
1.0.10 201 10/22/2023
1.0.9 191 10/22/2023
1.0.8 177 10/21/2023
1.0.7 178 10/20/2023
1.0.6 177 10/20/2023
1.0.5 187 10/20/2023
1.0.4 179 10/20/2023
1.0.3 180 10/20/2023
1.0.2 154 10/20/2023
1.0.1 181 10/6/2023
1.0.0 159 10/4/2023