Farcaster-first NFT marketplace for exploring collections, listing NFTs, and making offers across Base and other EVM chains. Integrates OpenSea data and Seaport/OpenSea order flows in a mobile-friendly UI.
- Browse trending collections and search OpenSea data.
- View collection details and NFT grids by chain.
- List NFTs and submit offers with wallet signing.
- Profile view for owned items and listings by selected network.
- Farcaster miniapp manifest + webhook integration.
-
Install dependencies:
- pnpm install
-
Create
.env.localwith the required values:- NEXT_PUBLIC_URL
- DOMAIN
- OPENSEA_API_KEY
- NEXT_PUBLIC_OPENSEA_API_KEY
- NEXT_PUBLIC_CHAIN_ID
- NEYNAR_API_KEY
- NEYNAR_CLIENT_ID
- UPSTASH_REDIS_REST_URL
- UPSTASH_REDIS_REST_TOKEN
-
Start dev server:
- pnpm dev
- pnpm dev
- pnpm build
- pnpm start
- pnpm lint
- Network switching uses wagmi chains. Ensure your wallet supports the selected chain.
- OpenSea indexing may take a few minutes after listing/offer submission.