forked from ehanoc/CIPs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update top-level README: post meeting cardano-foundation#75 (cardano-…
…foundation#606) * promote CIP-0102 and fix some white space there * set CPS-0007 title to its official title in top README * author abandoned cardano-foundation#530 * added implementors Co-authored-by: Sam Delaney <[email protected]> * added extension boilerplate Co-authored-by: Sam Delaney <[email protected]> --------- Co-authored-by: Sam Delaney <[email protected]>
- Loading branch information
1 parent
94e4287
commit b4c559b
Showing
3 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,9 @@ CIP: 102 | |
Title: Royalty Datum Metadata | ||
Authors: | ||
- Sam Delaney <[email protected]> | ||
Implementors: [] | ||
Implementors: | ||
- Grabbit <https://grabbit.market/> | ||
- Nebula <https://github.com/spacebudz/nebula/> | ||
Discussions: | ||
- https://github.com/ikigai-github/CIPs/pull/1 | ||
- https://github.com/cardano-foundation/CIPs/pull/551 | ||
|
@@ -80,6 +82,7 @@ royalty_info = #6.121([royalty_recipients, version, extra]) | |
``` | ||
|
||
#### Example of onchain variable fee calculation: | ||
|
||
```cddl | ||
; Given a royalty fee of 1.6% (0.016) | ||
|
@@ -150,11 +153,11 @@ In addition to providing a way to create guaranteed royalties, this has several | |
- Minimal Storage Requirement - An optional boolean has about the smallest memory impact possible. This is especially important because it's attached to the - Reference NFT and will be set for each individual NFT. | ||
- Intra-Collection Utility - This already allows for minting a collection with some NFTs with royalties and some without. A future version of this standard will likely make use of this field to allow for multiple versions of royalties for even more granular control. | ||
|
||
|
||
### Backward Compatibility | ||
To keep metadata compatibility with changes coming in the future, we introduce a `version` field in the datum. | ||
|
||
|
||
To keep metadata compatibility with changes coming in the future, we introduce a `version` field in the datum. | ||
## Extending & Modifying this CIP | ||
See the [CIP-0068 Extension Boilerplate](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0068/extension_boilerplate.md) | ||
## Path to Active | ||
|
||
### Acceptance Criteria | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters