Skip to main content

NFTs

Status: built, not yet enabled. The NFT feature is fully implemented — minting, metadata upload, and gallery view all exist in the codebase, but the tab is gated behind a "Coming Soon" screen while it finishes testing.

Contract

ContractAddress
CatWalletNFT0x03532Ee1D7CB456471591C29aca2FB2cde0cC0D3

Parameters

ParameterValue
Collection nameCatWallet Genesis
SymbolCATWALLET
Mint fee0.01 RITUAL
StandardERC-721

How it will work

  • Minting: Upload an image via the Pinata/IPFS pipeline. The app builds and uploads the metadata JSON, then mints against CatWalletNFT for a 0.01 RITUAL fee.
  • Gallery: Owned NFTs are read directly from the contract and displayed in a grid, with metadata pulled from IPFS.
  • Transfers: Send an owned NFT to another address or .ritual username.

Enabling

Flip the flag NFTS_COMING_SOON in app/dashboard/nfts/page.tsx — no rewrite required.