SecretNET.Token
0.3.6
See the version list below for details.
dotnet add package SecretNET.Token --version 0.3.6
NuGet\Install-Package SecretNET.Token -Version 0.3.6
<PackageReference Include="SecretNET.Token" Version="0.3.6" />
paket add SecretNET.Token --version 0.3.6
#r "nuget: SecretNET.Token, 0.3.6"
// Install SecretNET.Token as a Cake Addin #addin nuget:?package=SecretNET.Token&version=0.3.6 // Install SecretNET.Token as a Cake Tool #tool nuget:?package=SecretNET.Token&version=0.3.6
Secret.NET Token (SNIP20) / Secret Token
Secret.NET Token is a layer on top of the Secret.NET client which supports all methods of the reference implementation of the SNIP20 contract.
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 Token where you e.g., can hide balances and ownership of the token (optional).
SecretNET.Token provides typed and documented objects and methods that simplify interaction with a SNIP20 smart contract.
- Implementation ⇒ GitHub - scrtlabs/snip20-reference-impl
- Implementation of a SNIP-20, SNIP-21, SNIP-22, SNIP-23 and SNIP-24 compliant token contract.
- See also the SNIP20 documentation on Secret Network.
✅ This repository is explicitly intended to serve as a template for custom SNIP20 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.7)
-
net6.0-android31.0
- SecretNET (>= 0.3.7)
-
net6.0-ios15.4
- SecretNET (>= 0.3.7)
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
-
net6.0-maccatalyst15.4
- SecretNET (>= 0.3.7)
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
-
net6.0-windows10.0.19041
- SecretNET (>= 0.3.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Update SecretNET Core Client (0.3.7)