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

Rest diypunks inscription data and diypunk-v2 data #6

Open
NiceKey8280 opened this issue Jun 2, 2023 · 3 comments
Open

Rest diypunks inscription data and diypunk-v2 data #6

NiceKey8280 opened this issue Jun 2, 2023 · 3 comments

Comments

@NiceKey8280
Copy link

We care about the rest of the diypunks list.
Some guys mint diypunks after 721 , because he found some broken inscriptions.
We want to know range of diypunks collection
I think its fcfs for diypunks holder.

@geraldb
Copy link
Member

geraldb commented Jun 2, 2023

I think its fcfs [first-come / first-serve] for diypunks holder [minter].

yes, the ORC-721 protocol rule / principle is "first-come / first-serve" BUT the mint inscription MUST be valid to count - to be valid the mint text inscription

  1. MUST be valid json - try here -> https://jsonlint.com - and
  2. the g specs / numbers MUST be all in range e.g. 0-59 (60) and
  3. no more than one mint in the inscription and
  4. the protocol keys must match e.g. p / op / slug .

That's it. Thank you for you patience and undertanding in getting the validation automated so everyone can run / validate (any ORC-721 collection.

@terrific188
Copy link

Awesome!

@geraldb
Copy link
Member

geraldb commented Aug 8, 2023

@NiceKey8280 now that things are slowing down in ordgen / orc-721. the diy punks mint list is here -> https://github.com/ordbase/generative-orc-721/blob/master/diypunks/mint.csv and diy punks v2 mint list is here -> https://github.com/ordbase/generative-orc-721/blob/master/diypunks-v2/mint.csv

does this answer your questions from back in june?

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

3 participants