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.