Operator guide

System Map

Project logic, mechanics, IPFS flow, and controller model in one place.

01

Project

Ghost Strip is a 4,999 supply Ethereum NFT collection built around abstract animated signal forms. Each token uses GIF animation, PNG preview art, and IPFS metadata through Pinata.

02

Mint System

Public mint uses mint(uint256 amount), mint price is 0.0005 ETH, max wallet is 10, and reveal is instant by default. Contract owner can open or close mint, update price, supply, wallet cap, base URI, and hidden URI.

03

Art System

The generator creates luminous abstract vortex, plasma, orbit, void, and frequency forms. The final package includes 4,999 GIF assets, 4,999 PNG previews, and 4,999 token metadata files.

04

Holder Mechanics

Ritual Room is prepared for token ownership display, Echo Level, state checks, weekly ritual claim, Fusion/Merge, and Dynamic Mood, Echo Level, and burn-and-fuse contract mechanics.

05

IPFS + Pinata

Upload art-generator/output to Pinata, regenerate metadata with the asset CID, upload art-generator/metadata/final, then set the contract base URI to ipfs://METADATA_CID/.

06

Controller

Put CONTRACT_ADDRESS in .env once, then run simple commands like npm run admin:sepolia -- status, open, close, withdraw-all-to, or transfer-ownership from the owner wallet terminal.

07

Deploy Guides

The package includes full docs/GUIDE_TESTNET.md and docs/GUIDE_MAINNET.md files covering environment setup, Pinata upload, contract deploy, verification, Vercel, write-contract mint tests, admin commands, withdraw, and launch checklists.