Skip to content

Commit ea9fb0c

Browse files
authored
Merge pull request #88 from SolarRepublic/fix/snip-links
Update SNIP links in README.md
2 parents 5cd758b + 040b94e commit ea9fb0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SNIP-20 Reference Implementation
22

3-
This is an implementation of a [SNIP-20](https://docs.scrt.network/secret-network-documentation/development/snips/snip-20-spec-private-fungible-tokens), [SNIP-21](https://docs.scrt.network/secret-network-documentation/development/snips/snip-21-minor-improvements-to-snip-20), [SNIP-22](https://docs.scrt.network/secret-network-documentation/development/snips/snip-22-batch-operations-for-snip-20-contracts), [SNIP-23](https://docs.scrt.network/secret-network-documentation/development/snips/snip-23-improved-ux-to-snip-20-send-operations) and [SNIP-24](https://docs.scrt.network/secret-network-documentation/development/snips/snip-24-query-permits-for-snip-20-tokens) 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), [SNIP-23](https://github.com/SecretFoundation/SNIPs/blob/master/SNIP-23.md) and [SNIP-24](https://github.com/SecretFoundation/SNIPs/blob/master/SNIP-24.md) compliant token contract.
44

55
> **Note:**
66
> The master branch contains new features not covered by officially-released SNIPs and may be subject to change. When releasing a token on mainnet, we recommend you start with a [tagged release](https://github.com/scrtlabs/snip20-reference-impl/tags) to ensure compatibility with SNIP standards.
@@ -174,4 +174,4 @@ Results SHOULD be paginated. Results MUST be sorted in reverse chronological ord
174174
"count": 200
175175
}
176176
}
177-
```
177+
```

0 commit comments

Comments
 (0)