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

Add Ringers Metadata Spell #1493

Merged
merged 4 commits into from
Sep 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions models/nft/ethereum/metadata/nft_ethereum_metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
version: 2

models:
- name: nft_ethereum_metadata_ringers
meta:
blockchain: ethereum
project: nft
contributors: [cat]
config:
tags: [‘ethereum’,’nft’,’metadata’]
description: >
Metadata for Ringers by Dmitri Cherniak - Art Blocks Curated. Data provided by Dmmitri - spreadsheet shared in Art Blocks Discord
columns:
- &token_id
name: token_id
description: “Ringer token ID”
- &token_id_short
name: token_id_short
description: “Token ID as shown in collection (i.e. Ringer number excluding Art Blocks project code)”
- &background
name: background
description: “Ringer background color”
- &body
name: body
description: “Ringer body color”
- &extra_color
name: extra_color
description: “Extra color featured (if included)”
- &peg_layout
name: peg_layout
description: “Peg layout (different grid types, tiled layouts, and recursive)”
- &peg_scaling
name: peg_scaling
description: “Size of pegs”
- &peg_style
name: peg_style
description: “Peg style”
- &size
name: size
description: “Size of Ringer”
- &wrap_orientation
name: wrap_orientation
description: “Wrap orientation”
- &wrap_style
name: wrap_style
description: “Wrap style (weave or loop)”
- &peg_count
name: peg_count
description: “Number of pegs”
- &pegs_used
name: pegs_used
description: “Number of pegs used”
- &padded_pegs
name: padded_pegs
description: “Padded pegs?”
- &dark_mode
name: dark_mode
description: “Dark mode?”
Loading