Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A simpler idea for collections #2324

Closed
frkrueger opened this issue Aug 11, 2023 · 1 comment
Closed

A simpler idea for collections #2324

frkrueger opened this issue Aug 11, 2023 · 1 comment

Comments

@frkrueger
Copy link

I've surveyed the existing proposals which seem over-complicated and not backwards compatible

This proposal aims to solve this in a very neutral way.

A collection (text) ordinal defines the main attributes of the collection. Here’s a proposed format:
{
"p": "collection”,
“op”,”deploy”,
"name": "alaska",
"author": "fred krueger",
"max": "100",
"website": "https://twitter.com/dotkrueger"
}

Unlike brc20s, the namespace is not unique. Multiple people can deploy a collection called “alaska”. They can also create a fake collection called alaska – the website however can list the true origin bitcoin address proving authenticity

Any ordinal can be added to a collection by an ordinal of the form. In this ordinal, you can also specify metadata for the ordinal

{
“p”, “collection”,
“op”, “add”,
“Id”, “a0cec7520dcd60ccca919c2fbb3dcb6c7b6527fe63903c692a966908bfbaaac5i0”,
“Description”, “alaska on the couch in santa monica”
}

Indexers can crawl all collections, and easily build up a list of all items in the collection, together with their metadata. This allows anybody to create collections of photos, music or data on chain, with verifiable provenance.

@casey
Copy link
Collaborator

casey commented Aug 13, 2023

I don't see the benefit over this proposal.

@casey casey closed this as completed Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants