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.
Project logic, mechanics, IPFS flow, and controller model in one place.
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.
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.
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.
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.
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/.
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.
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.