Skip to content

Latest commit

 

History

History
248 lines (160 loc) · 5.2 KB

NOTES.md

File metadata and controls

248 lines (160 loc) · 5.2 KB

Notes

Todos / Downloads In Progress

  • galacticaliens -
  • unemployables -
  • nounpunks -
  • ...

Todos / Fix

  • for token meta download auto-create dirs
No such file or directory @ rb_sysopen - ./binaryapes/token-meta/1.json (Errno::ENOENT)

More Collections

Moonbird Punks Club (Openstore @ Opensea)


5555 items max. (5523 ??)

tokenuri metadata not working (April/19)


1500 items max. Moonbirds Expansion ??


1500 items max. Moonbirds Expansion ??


updates

Our original contract featured the first 9937 birds. As to avoid having lonely Moonbirds without a flipped twin, we have included all 10,000 birds in new our V2 contract.

V1 Phoonbird holders have been airdropped their new V2 Phoonbird (check your wallets). New OS https://opensea.collection/phoonbirdsv2

more phoonbirds / moonbhirds / ...

others


5000 items, 24x24 px - uses ethereum Unemployables contract

150 Items, 24x24 px? - use OpenSea Shared Store Conctract

Stats

Moonbirds

top sales:

  • #7963 sold for $412.7k - 2 days ago

BACKGROUND - Jade Green BODY - Jade FEATHERS - Legendary Emperor

Ideas

Change .json token metadata format to a text format?

Example:

name:         "#0"
image:        https://live---metadata-5covpqijaa-uc.a.run.app/images/0
external_url: https://moonbirds.xyz/

attributes:
  Eyes:         Angry
  Outerwear:    Hoodie Down
  Body:         Tabby
  Feathers:     Gray
  Background:   Green
  Beak:         Small
{
  "name": "#0",
  "image": "https://live---metadata-5covpqijaa-uc.a.run.app/images/0",
  "external_url": "https://moonbirds.xyz/",
  "attributes": [
    {
      "trait_type": "Eyes",
      "value": "Angry"
    },
    {
      "trait_type": "Outerwear",
      "value": "Hoodie Down"
    },
    {
      "trait_type": "Body",
      "value": "Tabby"
    },
    {
      "trait_type": "Feathers",
      "value": "Gray"
    },
    {
      "trait_type": "Background",
      "value": "Green"
    },
    {
      "trait_type": "Beak",
      "value": "Small"
    }
  ],
  "x_debug": [
    "orig:9650"
  ]
}