Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 2.12 KB

NuGet_README.md

File metadata and controls

23 lines (16 loc) · 2.12 KB

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.

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.

SecretNET.NFT provides typed and documented objects and methods that simplify interaction with a SNIP721 smart contract.

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