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: CIP-0102/README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,8 @@ extra =
115
115
116
116
### Examples
117
117
118
+
In-code examples can be found in the [reference implementation](https://github.com/SamDelaney/CIP_102_Reference).
119
+
118
120
#### Retrieve metadata as 3rd party
119
121
120
122
A third party has the following NFT `d5e6bf0500378d4f0da4e8dde6becec7621cd8cbf5cbb9b87013d4cc.(222)TestToken` and they want to look up the royalties. The steps are
@@ -162,14 +164,14 @@ See the [CIP-0068 Extension Boilerplate](https://github.com/cardano-foundation/C
162
164
163
165
### Acceptance Criteria
164
166
165
-
-[] This CIP should receive feedback, criticism, and refinement from: CIP Editors and the community of people involved with NFT projects to review any weaknesses or areas of improvement.
166
-
-[] Guidelines and examples of publication of data as well as discovery and validation should be included as part of of criteria for acceptance.
167
-
-[] Minimal reference implementation making use of [Lucid](https://github.com/spacebudz/lucid) (off-chain), [PlutusTx](https://github.com/input-output-hk/plutus) (on-chain): [Reference Implementation](./ref_impl/).
167
+
-[x] This CIP should receive feedback, criticism, and refinement from: CIP Editors and the community of people involved with NFT projects to review any weaknesses or areas of improvement.
168
+
-[x] Guidelines and examples of publication of data as well as discovery and validation should be included as part of of criteria for acceptance.
169
+
-[x] Minimal reference implementation making use of [Lucid](https://github.com/spacebudz/lucid) (off-chain), [PlutusTx](https://github.com/input-output-hk/plutus) (on-chain): [Reference Implementation](https://github.com/SamDelaney/CIP_102_Reference).
168
170
-[ ] Implementation and use demonstrated by the community: NFT Projects, Blockchain Explorers, Wallets, Marketplaces.
169
171
170
172
### Implementation Plan
171
173
172
-
-[] Publish open source reference implementation and instructions related to the creation, storage and reading of royalty utxos.
174
+
-[x] Publish open source reference implementation and instructions related to the creation, storage and reading of royalty utxos.
173
175
-[ ] Implement in open source libraries and tooling such as [Lucid](https://github.com/spacebudz/lucid), [Blockfrost](https://github.com/blockfrost/blockfrost-backend-ryo), etc.
174
176
-[ ] Achieve additional "buy in" from existing community actors and implementors such as: blockchain explorers, token marketplaces, minting platforms, wallets.
0 commit comments