You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# SNIP-20 Reference Implementation
2
2
3
-
This is an implementation of a [SNIP-20](https://github.com/SecretFoundation/SNIPs/blob/master/SNIP-20.md), [SNIP-21](https://github.com/SecretFoundation/SNIPs/blob/master/SNIP-21.md), and [SNIP-22](https://github.com/SecretFoundation/SNIPs/blob/master/SNIP-22.md) compliant token contract.
3
+
This is an implementation of a [SNIP-20](https://github.com/SecretFoundation/SNIPs/blob/master/SNIP-20.md), [SNIP-21](https://github.com/SecretFoundation/SNIPs/blob/master/SNIP-21.md), [SNIP-22](https://github.com/SecretFoundation/SNIPs/blob/master/SNIP-22.md) and [SNIP-23](https://github.com/SecretFoundation/SNIPs/blob/master/SNIP-23.md) compliant token contract.
4
4
At the time of token creation you may configure:
5
5
* Public Total Supply: If you enable this, the token's total supply will be displayed whenever a TokenInfo query is performed. DEFAULT: false
6
6
* Enable Deposit: If you enable this, you will be able to convert from SCRT to the token.* DEFAULT: false
0 commit comments