Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ecosystem/sep-0050.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Author: OpenZeppelin, Boyan Barakov <@brozorec>, Özgün Özerk <@ozgunozerk>
Track: Standard
Status: Draft
Created: 2025-03-10
Updated: 2025-03-10
Version: 0.1.0
Updated: 2025-06-04
Version: 0.1.1
Discussion: https://github.com/stellar/stellar-protocol/discussions/1674
```

Expand Down Expand Up @@ -307,7 +307,7 @@ The event has data:
## Notes on `mint()`:

- Minting functionality is typically implemented as an internal function (see
[[OpenZeppelin Contracts](https://github.com/OpenZeppelin/openzeppelin-contracts)](https://github.com/OpenZeppelin/openzeppelin-contracts))
[OpenZeppelin Contracts](https://github.com/OpenZeppelin/openzeppelin-contracts))
to emphasize that the standard does not impose any specific minting logic.
This allows developers to adopt an approach that best suits their contract’s
requirements. In this SEP, we do not specify any standards for `minting`
Expand Down Expand Up @@ -366,7 +366,7 @@ solutions.
for marketplaces to display NFT details. Furthermore, it’s important to be
consistent within the Stellar ecosystem as SEP-41 also defines metadata as
part of the core interface for fungible tokens.
- [[SEP-39](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0039.md#design-rationale)](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0039.md#design-rationale)
- [SEP-39](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0039.md#design-rationale)
suggests a dual approach for describing NFTs. The first one proposes an
example json schema, while the other suggests leveraging the defined in SEP-1
“Stellar.toml”. While this approach makes sense for NFTs represented by
Expand Down