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
| Contract | Address |
|---|---|
| CatWalletNFT | 0x03532Ee1D7CB456471591C29aca2FB2cde0cC0D3 |
Parameters
| Parameter | Value |
|---|---|
| Collection name | CatWallet Genesis |
| Symbol | CATWALLET |
| Mint fee | 0.01 RITUAL |
| Standard | ERC-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
CatWalletNFTfor 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
.ritualusername.
Enabling
Flip the flag NFTS_COMING_SOON in app/dashboard/nfts/page.tsx — no rewrite required.