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.
- Implementation => GitHub - baedrik/snip721-reference-impl
- Implementation of the SNIP-721 specification and [SNIP-722 specification](https://github.com/baedrik/[SNIP-722](https://github.com/baedrik/snip-722-spec/blob/master/SNIP-722.md)-spec/blob/master/[SNIP-722](https://github.com/baedrik/snip-722-spec/blob/master/SNIP-722.md).md).
- See also the SNIP721 documentation on Secret Network.
✅ 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.