Marketplace

Launch on OpenSea, Ink.

Afterimages ships as 3,333 unique looping paintings. The site shows the signature fifty as APNG; the Drop pack is a GIF bake of the full 3,333.

Network
Ink
Chain ID
57073
Currency
ETH
Supply
3,333 × 1/1

Wallet setup

RPC https://rpc-gel.inkonchain.com
Explorer https://explorer.inkonchain.com

  1. 1

    These files are already finished.

    Afterimages is not a trait stack. Tokens 1–50 are signature APNGs on the site. OpenSea does not play APNG, so the Drop pack is a GIF bake of every loop, 1 through 3,333.

  2. 2

    Create a Drop on Ink

    In OpenSea Studio, create a Drop on Ink (chain ID 57073). Set supply to 3,333, edition style to unique 1:1s. Paste the collection description from public/metadata/afterimages-description.txt. Upload logo-afterimages.png, featured-afterimages.jpg, banner-afterimages-opensea.jpg, and collection-afterimages.gif from public/brand.

  3. 3

    Bulk-upload GIFs + CSV

    Upload every file in generated/afterimages/gifs (1.gif–3333.gif) and generated/afterimages/opensea-metadata.csv. The CSV already uses OpenSea’s required headers (tokenID, name, description, file_name, attributes[Trait]). GIF is the media OpenSea will play. Preview the loops, then publish.

  4. 4

    Or deploy the ERC-721 yourself

    contracts/Afterimages.sol mints token IDs 1–3,333 on Ink. Pin generated/afterimages/json and set the base URI. Import that contract on OpenSea instead of using a Drop if you want a custom mint.

Drop upload notes: Preparing metadata for your drop. Ink network docs: docs.inkonchain.com.