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
* Add first draft of the on-chain token policy registration CIP.
* qualify pull request discussion URL
Co-authored-by: Ryan Williams <[email protected]>
* correct anchor for CIP-0036 URL
Co-authored-by: Ryan Williams <[email protected]>
* reformat license to standard CIP form
Co-authored-by: Ryan Williams <[email protected]>
* Add proposed CIP-26 Fungible Token registration along with examples and schema documentation.
* Minor formatting changes for CIP-26 README.md as well as first draft specification for CIP-25/68 NFT Metadata standards.
* Minor updates to the URI Array schema definition and adding CIP-25 support documentation.
* Update CIP-XXXX/README.md
Co-authored-by: Matthias Benkort <[email protected]>
* Update directory structure to use proposed CIP cardano-foundation#88 and add 867 metadatum label to the CIP-10 registry.
* Update CIP Title
* **CIP-0088: Token Policy Registration**
Updates to README.md based on feedback of CIP editors and community.
* **CIP-0088: Token Policy Registration**
- Add v1.0.0 CDDL spec
- Update primary README.md file to use updated CBOR CDDL notation for examples as well as enhance display formatting and examples.
* **CIP-0088: Token Policy Registration**
- Update readme to address issues and questions presented by CPS-0001
- Update CDDL to support a more flexible scoping structure for future expansion
* Update CIP-0088/README.md
Co-authored-by: Robert Phair <[email protected]>
* Update CIP-0088/README.md
Co-authored-by: Robert Phair <[email protected]>
* **CIP-0088: Token Policy Registration**
- Update for preliminary support for CIP-48 (Metadata References)
- Updates to make the validation method a UInt format index of well-defined methods for validation
- Clean-up of some of the CBOR examples
* **CIP-0088: Registration Certificates**
- Minor typo fix
* **CIP-0088: Registration Certificates**
- Fix typo in discussions link
* **CIP-0088: Registration Certificates**
- Rename and split CDDL files to better support dynamic versioning and iteration of CIP-Specific details in the future.
* - Add NFT Project Details CDDL and Specification Details
* Correct minor capitalization issue in NFT-Project-Details.md
* Some minor changes to CDDL specs and building out a better directory structure.
* Updates to CIP-88:
- Complete restructuring of CIP-Specific Documentation
- Provide context for when, where, and how to create extensions and modifications to the CIP
- Improve documentation and optimize some data structures
- Switch to Unsigned Integer version numbers for maximum on-chain compatibility
- Finalize v1 documentation for most of the specification so that work on publication and validation can begin.
This version should be approaching readiness to begin testing the publication and validation of information on testnet to confirm that all data structures work as expected.
* Fix YAML header
* Update CIP-0088/README.md
Co-authored-by: Robert Phair <[email protected]>
* Update Native Script scope
Updated examples to include Native Script scope and also included some updates to examples and other documentation to ensure consistency.
---------
Co-authored-by: Robert Phair <[email protected]>
Co-authored-by: Ryan Williams <[email protected]>
Co-authored-by: Matthias Benkort <[email protected]>
| 0 | Version | Unsigned Integer | No | Default: 1, which version of this specification is in use |
17
+
| 1 | Token Collection Details | Object | Yes | Provide additional context about this "Collection" for consumption by marketplaces, explorers, and wallets. |
18
+
19
+
The information registered here is helpful to aggregator services and marketplaces, it applies equally to both CIP-25
20
+
and CIP-68 metadata standards. A project utilizing one or the other should reference this documentation and include the
21
+
relevant information under index #6, prefixed by the number of the CIP (25 or 68) depending upon the metadata format.
0 commit comments