List a Game
Add a game to the FlipKey marketplace. Players buy a license NFT, redeem it on your platform, and your code activates the key. No upfront minting — tokens are created at the moment of purchase.
Before you publish 0 / 5 ready
Each item ticks off as you complete it. The Create Listing button unlocks when all five are green.
-
○
Game info — title, developer, and short summary Used on the marketplace card and detail page.
-
○
Cover artwork URL (vertical 5:6) Need art? Run
node scripts/generate-game-images.js --slug your-game --name "Your Game" --concept "..."to generate cover/banner/logo with the FlipKey image pipeline. -
○
At least one platform with keys, price, and redemption URL Add a row per platform you support. Each variant gets its own cap and price.
-
○
A working redemption backend that handles a live link test Your
{tokenId}URL must respond to?fk_test=1&nonce=…with an HMAC-signed JSON. No backend yet? Drop inpublisher-starter/— runs as-is. See spec → -
○
All redemption URLs verified (click Test Link on each row) Editing a URL after a successful test re-locks the listing until you re-test.