Marketplace

Launch on OpenSea, Base.

Scribblins ships as layered APNG traits and as flattened GIF tokens. OpenSea wants the GIF bake of those loops. The APNG stack stays in this repo for the studio and any later restack.

Network
Base
Chain ID
8453
Currency
ETH
Supply
5,555

Project description

Paste this into OpenSea.

Collection name Scribblins. Symbol SCRIB. Category PFPs. The same copy lives in public/metadata/scribblins-description.txt.

Scribblins never try that hard.

A 5,555-piece collection of looping doodle-critter PFP GIFs on Base. Each Scribblin is stacked from six layers — field, body, mug, hat, wrap, and charm — then flattened onto one 12-frame GIF. Four bodies only: bunny, bear, pup, and frog. The drawing stays friendly — thick charcoal outline, big oval eyes, a little blush, warm paper instead of rainbow ink.

Hats sit on one crown. Scarves sit on the neck. Charms float beside the paws. One shared clock.

Minting on Base (chain ID 8453). Gas is ETH.

Listing kit

Logo, featured, banner, collection GIF.

OpenSea wants a square logo, a 3:2 featured image, and a wide 4:1 banner — three different pictures, no type on the marketplace images. The site hero can reuse the taller banner.

  • Logo preview

    Logo

    512×512, 1:1

    public/brand/logo-scribblins.png

  • Featured preview

    Featured

    1200×800, 3:2

    public/brand/featured-scribblins.jpg

  • OpenSea banner preview

    OpenSea banner

    2800×700, 4:1

    public/brand/banner-scribblins-opensea.jpg

  • Collection GIF preview

    Collection GIF

    1000×1000 loop

    public/brand/collection-scribblins.gif

Wallet setup

RPC https://mainnet.base.org
Explorer https://basescan.org

  1. 1

    Traits stay layered. The drop is flattened.

    OpenSea does not stack APNG layers for you. Studio is a live compositor. For a Drop you upload finished GIFs plus a CSV. Run the generator to bake each token onto the shared 12-frame clock, then gif_bake.py to make the marketplace loops.

  2. 2

    Create a Drop on Base

    In OpenSea Studio, create a Drop on Base (chain ID 8453). Set supply to 5,555, paste the project description, and upload the listing kit from public/brand.

  3. 3

    Bulk-upload GIFs + CSV

    Upload every file in generated/scribblins/gifs (1.gif–5555.gif) and generated/scribblins/SCRIBBLINS-opensea-drop.csv. The CSV already uses OpenSea’s required headers (tokenID, name, description, file_name, attributes[Trait]). OpenSea plays GIF, not APNG. Preview the loops, then publish.

  4. 4

    Or deploy the ERC-721 yourself

    contracts/Scribblins.sol mints token IDs 1–5,555. Pin generated/scribblins/json and set the base URI. Import that contract on OpenSea instead of using a Drop if you want a custom mint. Gas is ETH.

Drop upload notes: Preparing metadata for your drop. Live collection: opensea.io/collection/scribblins-5555. OpenSea-compatible chains: blockchains compatible with OpenSea.