SecretNET.NFT
0.3.0
See the version list below for details.
dotnet add package SecretNET.NFT --version 0.3.0
NuGet\Install-Package SecretNET.NFT -Version 0.3.0
<PackageReference Include="SecretNET.NFT" Version="0.3.0" />
paket add SecretNET.NFT --version 0.3.0
#r "nuget: SecretNET.NFT, 0.3.0"
// Install SecretNET.NFT as a Cake Addin #addin nuget:?package=SecretNET.NFT&version=0.3.0 // Install SecretNET.NFT as a Cake Tool #tool nuget:?package=SecretNET.NFT&version=0.3.0
Secret.NET NFT (SNIP721) / Secret NFT
Secret.NET NFT is a layer on top of the Secret.NET client which supports all methods of the reference implementation of the SNIP721 contract:
- Implementation ⇒ GitHub - baedrik/snip721-reference-impl
- Implementation of the SNIP-721 specification and SNIP-722 specification.
- See also the SNIP721 documentation on Secret Network.
The Secret Network blockchain (L1 / Cosmos), is the first privacy smart contract blockchain that processes and stores data on-chain in encrypted form (via Intel SGX). This allows unique use cases like Secret NFTs where you can store public and private data e.g., Encryption Keys, passwords or other secrets.
All information and documentation is available in the GitHub repository.
✅ This repository is explicitly intended to serve as a template for custom SNIP721 token contracts. This makes it easy to create your own customized clients for your own customized contracts. Of course, the concept can be used for any kind of smart contracts in general.
Links
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-android31.0 is compatible. net6.0-ios was computed. net6.0-ios15.4 is compatible. net6.0-maccatalyst was computed. net6.0-maccatalyst15.4 is compatible. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net6.0-windows10.0.19041 is compatible. 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. |
-
net6.0
- SecretNET (>= 0.3.1)
-
net6.0-android31.0
- SecretNET (>= 0.3.1)
-
net6.0-ios15.4
- SecretNET (>= 0.3.1)
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
-
net6.0-maccatalyst15.4
- SecretNET (>= 0.3.1)
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
-
net6.0-windows10.0.19041
- SecretNET (>= 0.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.3.11 | 674 | 2/28/2023 |
0.3.11-beta | 586 | 2/1/2023 |
0.3.10 | 890 | 11/14/2022 |
0.3.9 | 759 | 11/1/2022 |
0.3.8 | 851 | 10/16/2022 |
0.3.7 | 853 | 10/12/2022 |
0.3.6 | 834 | 10/8/2022 |
0.3.5 | 815 | 10/6/2022 |
0.3.4 | 854 | 10/2/2022 |
0.3.3 | 856 | 9/28/2022 |
0.3.2 | 871 | 9/28/2022 |
0.3.1 | 902 | 9/27/2022 |
0.3.0 | 861 | 9/25/2022 |
SecretNET Core Client => Shockwave Delta update (CosmWasm 1.0, IBC and much more)