Skip to content

Commit 42de024

Browse files
label non-fungible tokens link with NFTs
1 parent 0e97d28 commit 42de024

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/build/smart-contracts/example-contracts

docs/build/smart-contracts/example-contracts/tokens.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The [token example] demonstrates how to write a token contract that implements t
2525

2626
:::tip
2727

28-
This example shows how to build a token from scratch using only the `soroban-sdk`. If you just want to create a token, the fastest path is the audited [OpenZeppelin Stellar Contracts](https://github.com/OpenZeppelin/stellar-contracts) library, which has easy-to-follow examples in its docs for [fungible tokens](https://docs.openzeppelin.com/stellar-contracts/tokens/fungible/fungible) and [non-fungible tokens](https://docs.openzeppelin.com/stellar-contracts/tokens/non-fungible/non-fungible).
28+
This example shows how to build a token from scratch using only the `soroban-sdk`. If you just want to create a token, the fastest path is the audited [OpenZeppelin Stellar Contracts](https://github.com/OpenZeppelin/stellar-contracts) library, which has easy-to-follow examples in its docs for [fungible tokens](https://docs.openzeppelin.com/stellar-contracts/tokens/fungible/fungible) and [non-fungible tokens (NFTs)](https://docs.openzeppelin.com/stellar-contracts/tokens/non-fungible/non-fungible).
2929

3030
:::
3131

0 commit comments

Comments
 (0)