Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ordbase/ordbase.github.io

website - hosting public generative ORC-721 reference images (in 1x & 4x) for D.I.Y. Punks & friends
https://github.com/ordbase/ordbase.github.io

24px diypunks generative orc-721 punks

Last synced: about 1 month ago
JSON representation

website - hosting public generative ORC-721 reference images (in 1x & 4x) for D.I.Y. Punks & friends

Awesome Lists containing this project

README

        

# Generative ORC-721 Protocol / Standard for Bitcoin & Co

Welcome.

New to Generative ORC-721? See the [Getting Started Guide & Documentation »](https://github.com/ordbase/generative-orc-721)

## Images

All mints (valid, broken - if auto-fix possible, "cursed" overflow "negatives")
will get generated in 1x (eg. 24×24px) and 4x (eg. 96×96px) and uploaded for public use / reference.
If your image for your mint inscribe is missing here, please
first check the indexed (& confirmed) mint list (ordered by inscribe num) if included:

- [diypunks/mint.csv](https://github.com/ordbase/generative-orc-721/blob/master/diypunks/mint.csv)
- [diypunks-v2/mint.csv](https://github.com/ordbase/generative-orc-721/blob/master/diypunks-v2/mint.csv)
- [diyordibots/mint.csv](https://github.com/ordbase/generative-orc-721/blob/master/diyordibots/mint.csv)
- [diyordibots-v2/mint.csv](https://github.com/ordbase/generative-orc-721/blob/master/diyordibots-v2/mint.csv)
- [diycoolcats/mint.csv](https://github.com/ordbase/generative-orc-721/blob/master/diycoolcats/mint.csv)
- [btcwords/mint.csv](https://github.com/ordbase/generative-orc-721/blob/master/btcwords/mint.csv)
- [diybirdies/mint.csv](https://github.com/ordbase/generative-orc-721/blob/master/diybirdies/mint.csv)
- [diyapes/mint.csv](https://github.com/ordbase/generative-orc-721/blob/master/diyapes/mint.csv)
- [diyaliens/mint.csv](https://github.com/ordbase/generative-orc-721/blob/master/diyaliens/mint.csv)
- [diymartians/mint.csv](https://github.com/ordbase/generative-orc-721/blob/master/diymartians/mint.csv)
- [orangepixels/mint.csv](https://github.com/ordbase/generative-orc-721/blob/master/orangepixels/mint.csv)
- [diyphunks/mint.csv](https://github.com/ordbase/generative-orc-721/blob/master/diyphunks/mint.csv)

For now please report and ask for wen image? in the ordinal punks discord (in the #generative-orc-721 channel).
For an invite
see .

### 1) Indexed by inscription num(ber)

_The inscription long count 0,1,2,3,4 ... to infinity_

The naming format is `/num/.png` for 1x
and `/num/@4x.png` for 4x.

Example - [Inscription №13418907](https://ordinals.com/inscription/54a448aad17203e322b3d421d91c12e1e4c1b1ca46ef2849e52774aeb7a3bd3bi0) - The World's 1st (Generative) ORC-721 ever (using the new standard text format)! - Genesis.

The inscription num(ber) is 13418907
with the content:

```
og mint diyphunks 5 57 38
```

resulting in:

![](num/13418907.png)

(Source:
)

4x ![](num/[email protected])

(Source: )

For more see [/num »](https://github.com/ordbase/ordbase.github.io/tree/master/num)

### 2) Indexed by inscription id

_The bitcoin inscription transaction (tx) id with input index_

The naming format is `/content/.png` (for 1x).

Example - [Inscription №13418907](https://ordinals.com/inscription/54a448aad17203e322b3d421d91c12e1e4c1b1ca46ef2849e52774aeb7a3bd3bi0) - The World's 1st (Generative) ORC-721 ever (using the new standard text format)! - Genesis.

The inscription id is `54a448aad17203e322b3d421d91c12e1e4c1b1ca46ef2849e52774aeb7a3bd3bi0` -
resulting in:

![](content/54a448aad17203e322b3d421d91c12e1e4c1b1ca46ef2849e52774aeb7a3bd3bi0.png)

(Source:
)

For more see [/content »](https://github.com/ordbase/ordbase.github.io/tree/master/content)

### More

SOON! The reference (open-source) javascript file to render the generative image
online via data fetched from "on-chain" ordinals content only.