Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 2.12 KB

NuGet_README.md

File metadata and controls

22 lines (16 loc) · 2.12 KB

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.

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